.forgot-password-page-wrapper{min-height:90vh;display:flex;align-items:center;background-color:#f8f9fa}.forgot-password-form-wrapper{background:#fff;padding:50px;height:90vh;display:flex;flex-direction:column;justify-content:center}.forgot-password-header{margin-bottom:40px}.forgot-password-header .header-logo{width:160px;height:auto;margin-bottom:30px}.forgot-password-header .title{font-size:32px;font-weight:500;margin-bottom:15px;color:#262626}.forgot-password-header .subtitle{color:#6d6d6d;font-size:16px}.forgot-password-form{max-width:400px;margin:0 auto;width:100%}.forgot-password-form .form-group{margin-bottom:20px}.forgot-password-form .form-group input{width:100%;height:55px;padding:0 25px;border:1px solid #e9e9e9;border-radius:0;background:transparent;transition:all .3s ease;box-shadow:0 1px 4px rgba(0,0,0,.04)}.forgot-password-form .form-group input:focus{border-color:var(--color-primary);outline:none}.forgot-password-form .rts-btn{width:100%;margin-bottom:25px}.back-to-login{color:#6d6d6d;font-size:14px}.back-to-login a{color:var(--color-primary);text-decoration:none;transition:all .3s ease}.back-to-login a:hover{color:#0963d3}.forgot-password-image-wrapper{height:90vh;overflow:hidden}.forgot-password-image{width:100%;height:100%;object-fit:cover}@media only screen and (max-width:991px){.forgot-password-form-wrapper{height:auto;min-height:100vh;padding:30px 20px}.forgot-password-image-wrapper{display:none}.forgot-password-header .title{font-size:28px}}