.forgot-password-page{width:100vw;min-height:100vh;background:#fafbfd;display:flex;align-items:center;justify-content:center;padding:40px 16px;box-sizing:border-box}.forgot-password-page__card{background:#fff;border-radius:18px;box-shadow:0 8px 14px rgba(0,0,0,.06);width:100%;max-width:376px;padding:28px 30px 24px;display:flex;flex-direction:column;gap:20px;box-sizing:border-box}.forgot-password-page__top{display:flex;flex-direction:column;align-items:center;gap:16px}.forgot-password-page__lock-icon{width:40px;height:40px;object-fit:contain}.forgot-password-page__text-group{display:flex;flex-direction:column;gap:8px;text-align:center;width:100%}.forgot-password-page__title{font-size:20px;font-weight:700;color:#171e2c;line-height:1.3;font-family:Inter,sans-serif;margin:0}.forgot-password-page__desc{font-size:12px;font-weight:400;color:#171e2c;line-height:1.5;font-family:Inter,sans-serif;margin:0}.forgot-password-page__field{display:flex;flex-direction:column;gap:4px}.forgot-password-page__label{font-size:14px;font-weight:600;color:#323b4d;line-height:1.5;font-family:Inter,sans-serif}.forgot-password-page__input{width:100%;height:39px;border:1px solid #d4d9e6;border-radius:8px;padding:10px 14px;font-size:12px;font-family:Inter,sans-serif;color:#171e2c;outline:none;box-sizing:border-box;transition:border-color .15s ease}.forgot-password-page__input::placeholder{color:#abb2c1}.forgot-password-page__input:focus{border-color:#0977be}.forgot-password-page__error{font-size:12px;font-style:italic;color:#fa4141;margin-top:-8px;display:block}.forgot-password-page__btn{width:100%;height:44px;background:#0977be;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:background .15s ease}.forgot-password-page__btn:hover:not(:disabled){background:#0865a0}.forgot-password-page__btn:disabled{opacity:.65;cursor:not-allowed}.forgot-password-page__spinner{animation:fp-spin 1s linear infinite;font-size:16px}.forgot-password-page__back{display:flex;align-items:center;justify-content:center;gap:8px}.forgot-password-page__back svg{flex-shrink:0}.forgot-password-page__back-link{font-size:12px;font-weight:600;color:#0977be;text-decoration:none;line-height:1.5;font-family:Inter,sans-serif}.forgot-password-page__back-link:hover{text-decoration:underline}@keyframes fp-spin{to{transform:rotate(1turn)}}.reset-password-wrapper{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(180deg,#fff 14.074%,#f3f9ff 63.148%)}.card-reset-password{border-radius:12px;max-width:420px;padding:40px 32px;align-items:center;background:rgba(0,0,0,0)}.card-reset-password,.card-reset-password .form-reset-password{width:100%;display:flex;flex-direction:column}.card-reset-password .form-reset-password .title{font-size:25px;font-weight:700;line-height:32px;color:#1f2228;text-align:center;margin-bottom:12px}.card-reset-password .form-reset-password .desc{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#5a5c60;margin-bottom:36px}.card-reset-password .form-reset-password .body-form{display:flex;flex-direction:column;justify-content:center;width:100%}.card-reset-password .form-reset-password .body-form .form-group{display:flex;flex-direction:column;width:100%;margin-bottom:16px}.card-reset-password .form-reset-password .body-form .form-group label{font-size:12px;font-weight:700;line-height:15px;letter-spacing:0;margin-bottom:8.21px;color:#1f2228}.card-reset-password .form-reset-password .body-form .form-group input{border:.71px solid #acaeb2;height:42.81px;padding:0 10px;border-radius:6.56px}.card-reset-password .form-reset-password .body-form .form-group input::placeholder{color:#cbd0db;font-family:Inter,sans-serif;font-size:14px;font-weight:400}.card-reset-password .form-reset-password .body-form .error{font-size:12px;font-weight:400;font-style:italic;color:#fa4141;margin-top:-10px;margin-bottom:7px}.card-reset-password .form-reset-password .body-form .button-submit{background:linear-gradient(236.79deg,#159fe0 13.28%,#0977be 143.67%);color:#fff;height:44px;border:0;border-radius:6.56px;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.card-reset-password .form-reset-password .body-form .button-submit:hover:not(:disabled){background:linear-gradient(236.79deg,#1bb0f0 13.28%,#0a87ce 143.67%);transform:translateY(-1px);box-shadow:0 4px 8px rgba(9,119,190,.3)}.card-reset-password .form-reset-password .body-form .button-submit:active:not(:disabled){transform:translateY(0)}.card-reset-password .form-reset-password .body-form .button-submit:disabled{opacity:.6;cursor:not-allowed;background:linear-gradient(236.79deg,#a0a0a0 13.28%,#808080 143.67%);transform:none;box-shadow:none}.card-reset-password .form-reset-password .body-form .button-submit .loading-icon{animation:spin 1s linear infinite;font-size:16px}.card-reset-password .form-reset-password .body-form .back-to-login-wrapper{display:flex;align-items:center;justify-content:center;margin-top:18px}.card-reset-password .form-reset-password .body-form .back-to-login-wrapper .back-to-login-link{font-size:12px;font-weight:600;color:#0977be;text-decoration:none}.card-reset-password .form-reset-password .body-form .back-to-login-wrapper .back-to-login-link:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(1turn)}}