body {
    background: url("/mall/image/login/login-bg.webp") no-repeat;
    background-size: cover;
    color: #6b2918;
}

#content{
    width: 100vw;
    height: 100vh;
}

.login-form,.register-form,.verify-form,.reset-form{
    border: 1px solid rgb(236, 236, 237);
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
}

@media (min-width: 992px) {
    .login-form {
        margin-right: 50px;
        width: 23%;
    }

    .register-form {
        margin-right: 50px;
        width: 30%;
    }

    .verify-form {
        width: 30%;
    }

    .reset-form {
        width: 25%;
    }
}
@media (min-width:567px ) {

}

.form-label-title{
    color: #6b2918;
    font-weight: 500;
}

.btn-login{
    height: 45px;
    font-size: 12pt;
    font-weight: 500;
}

.title .login-title{
    font-size: 22pt;
    font-weight: 700;
}

.tiny-title{
    color: #8082a9;!important;
    font-size: 8pt;
    text-decoration: underline;
}

.register-section{
    margin-top: -10px;
}

.register-title,.reset-title{
    font-size: 25pt;
    font-weight: 700;
}


.purpose{
    color: #535353;
    font-weight: 500;
}

.privacy{
    color: #7a7a7a;
}

.verify-input{
    width: 60px;
    height: 60px;
    border: 2px solid #cecfd5;;
    border-radius: 10px;
    text-align: center;
    font-size: 28pt;
    font-weight: 600;
    color: #464646;
    caret-color: transparent;
}

.verify-input:focus{
    color: #464646;
}

.v-sub-title{
    font-size: 11pt;
    font-weight: 500;
    color: #656cb6;
}

.resend{
    color: #1e7e34!important;
    border: none;
    background-color: white;
    text-decoration: underline!important;
    cursor: pointer;
}

.count-down{
    color: #015dd3 !important;
    border: none;
    background-color: white;
}

.reset-form input{
    font-weight: 400;
}

.reset-form{
    padding: 25px 5%;
}

input:focus,select:focus{
    /*outline-color: #d39e00 !important;*/
    border: 1px solid rgba(255, 191, 2, 0.62) !important;
    box-shadow: 0px 0px 10px 0px rgba(211, 158, 0, 0.74) !important;
}

.regist-section{
    margin-top: -20px;
    margin-bottom: 10px;
}

.btn-register{
    border: 1px solid #c5c5c5 !important;
    background-color: white;
    color: #535465;
    height: 45px;
    font-size: 12pt;
    font-weight: 400;
    text-decoration: none;
    line-height: 35px;
}

.btn-register:hover{
    text-decoration: none;
    border: 1px solid #34375d !important;
    background-color: #34375d;
    color: white;
}

.logo a{
    text-decoration: none;
}

.invalid-feedback{
    color: #9d1805;
    font-weight: 500;
}