html,
body {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    font-family: 'Patrick Hand SC';
    color: #9c4b0b;
    font-size: 20px;
}

.bl1 {
    padding: 5px 0;
}

.bl2 {
    padding: 5px 0;
    display: inline-block;
    width: 50%;
}

.bl3 .bl2:first-child {
    float: left;
    text-align: left;
}

.bl3 .bl2:last-child {
    float: right;
    text-align: right;
}
label{
    
    display: flex;
    justify-content: space-between;

}
.labelText {
    min-width: 80px;
    display: inline-block;
    padding-right: 20px;
}

.loginBG {
    min-height: 100%;
    min-height: 100%;
    position: relative;
    background-image: url(/kids/imgs/login/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginForm {
    position: relative;
    margin-top: 50px;
    margin-left: 50px;
    padding: 15px;
    border-radius: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #9c4b0b;
    background-color: #fff3cc;
    display: inline-block;

}

input {
    font-size: 20px;
    font-family: 'Patrick Hand SC';
    color: #9c4b0b;
    padding: 4px;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    border-color: #9c4b0b;
}

.button1 {
    padding: 0 40px;
}

.error1 {
    color: #ff0000;
    max-width: 320px;
    text-align: center;
    margin: auto;
}

.formContainer {
    position: relative;
    display: inline-block;
    max-width: 1016px;
    max-height: 680px;
    width: 1016px;
    height: 680px;
    background-image: url(/kids/imgs/login/New_Login_Door_03.jpg);
}
.formContainer2 {
    position: relative;
    display: inline-block;
    max-width: 1016px;
    max-height: 680px;
    width: 1016px;
    height: 680px;
    background-image: url(/kids/imgs/login/accoutBG_02.jpg);
}

a {
    color: #9c4b0b;
}

.text1 {
    max-width: 320px;
    text-align: center;
    margin: auto;
    font-size: 24px;
}
