@charset "utf-8";
/*======================================================
	保護者の方へ
======================================================*/    
.login-box {
    max-width: 400px;
    margin: auto;
    background: #fff;
    padding: 30px;
    /* border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); */
}

h1 {
    text-align: center;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #2c99ca;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 1em; cursor: pointer;
}

.error {
    color: red;
    margin-bottom: 15px;
    text-align: center;
}

#main-contents img {
    display: inline-block;
}