.recovery-success-body,
.recovery-body,
.forgot-password-body,
.login-body{
    min-height:100vh;
    width: 100%;
    padding:0px !important;
    position:relative; 
    opacity: 0;
    transition:all 0.3s linear;
    overflow:auto !important;
    background: url(../img/login/new/login-bg.jpg) no-repeat;
    background-position:bottom;
    background-size: cover;
    background-attachment: fixed;
}
.recovery-success-body:after,
.recovery-body:after,
.forgot-password-body:after,
.login-body:after{
    display:none;
}
.recovery-success-content-wrapper,
.recovery-content-wrapper,
.forgot-password-content-wrapper,
.login-content-wrapper{
    width:inherit;
    min-width:480px;
    max-width:480px;
    position:inherit;
    height:inherit;
    min-height:500px;
    max-height:600px;
    border-radius:15px;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 3vw;
    -webkit-backdrop-filter:inherit;
    backdrop-filter:inherit;
}
.recovery-success-content-wrapper .heading,
.recovery-content-wrapper .heading,
.forgot-password-content-wrapper .heading,
.login-content-wrapper .heading{
    margin-top:6vh;
    color:#053977;
    text-align:center;
}
.recovery-success-body-inner-wrapper,
.recovery-body-inner-wrapper,
.forgot-password-body-inner-wrapper,
.login-body-inner-wrapper {
    min-height:100vh;
    padding-right:3vw;
}
.recovery-success-content-wrapper .sub-heading,
.recovery-content-wrapper .sub-heading,
.forgot-password-content-wrapper .sub-heading,
.login-content-wrapper .sub-heading{
    font-weight:normal;
    color:#053977;
    text-align:center;
}
.recovery-success-content-wrapper .logo,
.recovery-content-wrapper .logo,
.recovery-success-content-wrapper .logo,
.recovery-content-wrapper .logo,
.forgot-password-content-wrapper .logo {
    position:relative;padding-right:0px;
}
.recovery-success-content-wrapper .logo .login-page,
.recovery-content-wrapper .logo .login-page,
.forgot-password-content-wrapper .logo .login-page {
    position:absolute;top:-20px;right:-35px;font-size:14px;font-weight:bold;background:#000;padding:5px 15px;border-radius:5px;color:#ffff;
}

.recovery-content-wrapper .term-text,
.forgot-password-content-wrapper .term-text{
    margin-top:20vh;
}
.recovery-success-content-wrapper .term-text{
    margin-top:5vh;
}
.login-form{
    margin-top:4vh;
}
.login-form .form-group{
    margin-bottom: 30px;
}
.login-form .form-group .label{
    font-size:16px;
    color:#bcbcbc;
}
.login-form .form-control{
    border-color:#bcbcbc;
}
.form-group .icon-eye{
    color:#bcbcbc;
}
.btn-login {
    font-size:18px;padding:10px 50px;font-weight:600;background-color:#053977;border-color:#053977;
}