/*Css Create by Rajendra Chandeliya 
Created Date 19 Aug 2021
*/
/*forgot_password_form*/
.forgot_password_form .logo-centered{ width: unset!important; }
.auth-wrapper .lavalite-bg .lavalite-overlay { background-color: rgb(9 50 25);
background: rgb(9 50 25);opacity:1; }
.auth-wrapper .lavalite-bg { display: flex; justify-content: center; padding-top:0px;    align-items: center;}
.lavalite-bg-text h2 { font-weight: 800;color: #fff;font-size: 45px; }
.lavalite-bg-text p { color: #fff;font-size: 16px; }
.lavalite-bg-text { position: relative; }
.auth-wrapper .authentication-form .logo-centered { margin-bottom: 60px; }
.auth-wrapper .authentication-form .form-group .form-control ~ i { top: 40px; }
.auth-wrapper .authentication-form { padding: 20px 0; }
.auth-wrapper .authentication-form .sign-btn .btn-primary {     background-color: #093219;
 border: 1px solid #093219;padding: 10px 14px; height: 38px;}
 .logo-centered-text h2 { font-weight: 700;    font-size: 25px; }
 .logo-centered-text p { margin-bottom:20px; }
 .reset-password .form-group .form-control ~ i { top: 10px !important; }


.auth-wrapper .authentication-form .logo-centered{margin-bottom:20px;}
.auth-wrapper .lavalite-bg .lavalite-overlay{background:#ecf1f4}
.auth-wrapper .authentication-form .sign-btn .btn-primary{background: linear-gradient(90deg, rgba(37,213,206,1) 0%, rgba(31,111,203,1) 100%);
border-color:#fff;transition-duration:.3s;}
.auth-wrapper .authentication-form .sign-btn .btn-primary:hover{background: linear-gradient(180deg, rgba(37,213,206,1) 0%, rgba(31,111,203,1) 100%);
border-color:#fff;}
.auth-wrapper .authentication-form.reset-password .logo-centered{margin:unset;margin-bottom:20px;}

.lavalite-bg{background-image:url(../../img/auth/wheetholly-img.jpg) !important;background-position: 50% 50%;z-index: 1;}
.auth-wrapper .authentication-form{width: unset;max-width:60%;}

.lavalite-bg:after {
    background: linear-gradient(90deg, #e53935 0%, rgb(99 31 203) 100%);
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
}

.auth-wrapper .authentication-form .sign-btn{    margin-top: 10px;}
.btn.focus, .btn:focus{box-shadow:none;}
.forgot_password_form p a{color: #c33a50;}

.forgotpassword {
    position: relative;
}
.forgotpassword a i{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #7c7c7c;
    cursor: pointer;
    z-index: 11;
}

.auth-wrapper .authentication-form .sign-btn .btn-primary {
    background: #9a233e;
}
.auth-wrapper .authentication-form .sign-btn .btn-primary:hover {
    background: #fff;
    border-color: #9a233e;
    color: #9a233e !important;
}




@media screen and (max-width: 991.98px){
.auth-wrapper .authentication-form{    height: 100vh;display: flex;flex-direction: column;justify-content: center;}
.auth-wrapper .authentication-form .logo-centered{margin:unset;}
.auth-wrapper .authentication-form .logo-centered{margin-bottom:20px;}


}




@media screen and (max-width: 576px){
.auth-wrapper .authentication-form{    max-width: 100%;}
.logo-centered-text h2{font-size:18px;}



}