.reset-password-page .reset-password-info{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem;text-align:center}.reset-password-page .reset-password-info-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:rgba(59,130,246,.1);transition:transform .3s ease}.reset-password-info-icon:hover{transform:scale(1.05)}.reset-password-info svg{opacity:.8;color:var(--primary-color,#4a90e2)}.reset-icon{font-size:3rem;opacity:.9;display:inline-block}.reset-info-text{font-size:.95rem;line-height:1.6;color:rgba(255,255,255,.8);max-width:400px;margin:0}.password-reset-resend-section{display:flex;justify-content:space-between;align-items:center;margin-top:16px;margin-bottom:16px;padding:12px;background:rgba(255,255,255,.02);border-radius:8px}.password-reset-resend-text{font-size:14px;color:rgba(255,255,255,.6)}.password-reset-back-link{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:12px 24px;color:rgba(255,255,255,.4);background:rgba(255,255,255,.05);text-decoration:none;border-radius:8px;transition:all .2s ease}.password-reset-back-link:hover{color:#fff;background:rgba(255,255,255,.14)}.reset-password-page .password-reset-error{color:#ef4444;font-size:.9rem;margin-top:.5rem;margin-bottom:1rem;padding:.75rem;background:rgba(239,68,68,.1);border-radius:8px;border-left:3px solid #ef4444;animation:slideIn .2s ease-out}.reset-password-page .password-reset-loading{display:inline-flex;align-items:center;gap:8px}.reset-password-page .password-reset-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.reset-password-page .mn-auth-body-inr{width:100%;background-color:rgba(218,218,218,.075);padding:20px;border-radius:8px;justify-content:center;align-items:center}.reset-password-page .mn-auth-body form{width:100%;max-width:none}.reset-password-page.hr-auth{margin:12px 0}.reset-password-page .custom-blue-btn:disabled{opacity:.6;cursor:not-allowed;background:rgba(74,144,226,.5)}.reset-password-page .custom-blue-btn:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(74,144,226,.4)}.reset-password-page .form-option.active{position:relative;overflow:hidden;transform:none;width:100%;padding:12px 0;background-color:rgba(52,48,130,.55)}.reset-password-page .password-reset-resend-section,.reset-password-page form#verification-form .custom-blue-btn{margin:0}.reset-password-page .custom-input-pass-ct input{max-width:none}.reset-password-page .mn-auth-body form button[type=submit]{margin:0}.error-valid{margin-bottom:8px}.reset-password-page .custom_input:has(p.error-valid) input{outline:1px solid var(--base-red);border-color:var(--base-red)}