.login_newstyle .login-box-body {
    width: 450px;
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(112 112 112 / 16%);
}
.login_newstyle label {
    color: #525252 !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    font-family: "Nunito", sans-serif !important;
    font-weight: 600 !important;
}
.login-box-msg, .register-box-msg{font-family: Nunito!important;font-size:14px;font-weight: 600;}
.login_newstyle .login-box-body .form-control:active,.login_newstyle .login-box-body .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #66afe9;
}
.login_newstyle .login-box-body input.form-control {
    color: #474747 !important;
    font-size: 17px !important;
    background-color: #FFFFFF;
    border-radius: 4px !important;
    height: 50px !important;
    border: 1px solid #ccc;
    border-radius: 4px !important;
    font-family: Nunito!important;
    font-weight: normal !important;
     z-index: 9;
}

.login_newstyle .login-box-body .btn.btn-primary.btn-block.btn-flat {
    padding: 10px 22px;
    border-radius: 5px !important;
    background: #306dd0;
    font-family: Nunito;
    border: 2px solid #316cd0;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #fff;
    justify-content: center;
    text-transform: uppercase;
    margin-top: 5px;
}
.login_newstyle .login-box-body .btn.btn-primary.btn-block.btn-flat:hover{background:#204a8f;border-color:#204a8f;}
.login_newstyle .login-box-body .form-control-feedback {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.login_newstyle .login-box-body .logo{margin-bottom:10px}
.login_newstyle .login-box-body .logo img {
    width: 200px;
}

.login_newstyle .forgot_text{
    font-size: 14px;
    font-weight:400;
    padding-bottom: 0;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    }

.login_newstyle .forgot_text a{color: #525252 !important;font-size: 14px !important;letter-spacing: 0.5px;font-family: "Nunito", sans-serif !important;font-weight: 600 !important;}


.login-page {
    background: radial-gradient(circle, rgb(38 141 230) 0%, rgb(44 133 209) 0%, #094374 100%);
}

.login_newstyle .checkbox input[type=checkbox]{
    position: unset!important;
    width: initial!important;
    height: initial!important;
    opacity: 1!important;
}

.login_newstyle .icheckbox_square-blue,.login_newstyle .iradio_square-blue{
    background: none;
    width: auto;
    height: auto;
}

.login_newstyle .terms {
    padding: 15px 0px 5px 0px;
    text-align: center;
}

.login_newstyle .terms > p {
    text-align: center;
    font-size: 12px;
    color: #5a5a5a;
    font-family: "Nunito", sans-serif !important;
    font-weight: 500;
}

.login_newstyle .terms > p span {
    font-size: 12px;
    padding-right: 4px;
    position: relative;
    top: 1px;
}


.login_newstyle .terms a {
    color: #306dd0;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.5s;
    text-transform: capitalize;
    font-family: "Nunito", sans-serif !important;
}

.login_newstyle .terms a.t-c {
    text-align: left;
    padding: 0 10px 0 0;
    border-right: 1px solid #e4e4e4;
    margin-right: 7px;
    
}

