.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%)}.reset-password-wrapper .card-reset-password{border-radius:12px;max-width:420px;padding:40px 32px;align-items:center;background:rgba(0,0,0,0)}.reset-password-wrapper .card-reset-password,.reset-password-wrapper .card-reset-password .form-reset-password{width:100%;display:flex;flex-direction:column}.reset-password-wrapper .card-reset-password .form-reset-password .title{font-size:25px;font-weight:700;line-height:32px;color:#1f2228;text-align:center;margin-bottom:12px}.reset-password-wrapper .card-reset-password .form-reset-password .desc{font-weight:400;font-size:14px;line-height:20px;text-align:center;color:#5a5c60;margin-bottom:36px}.reset-password-wrapper .card-reset-password .form-reset-password .body-form{display:flex;flex-direction:column;justify-content:center;width:100%}.reset-password-wrapper .card-reset-password .form-reset-password .body-form .form-group{display:flex;flex-direction:column;width:100%;margin-bottom:16px}.reset-password-wrapper .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}.reset-password-wrapper .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}.reset-password-wrapper .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}.reset-password-wrapper .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}.reset-password-wrapper .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}.reset-password-wrapper .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)}.reset-password-wrapper .card-reset-password .form-reset-password .body-form .button-submit:active:not(:disabled){transform:translateY(0)}.reset-password-wrapper .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}.reset-password-wrapper .card-reset-password .form-reset-password .body-form .button-submit .loading-icon{animation:spin 1s linear infinite;font-size:16px}.reset-password-wrapper .card-reset-password .form-reset-password .body-form .back-to-login-wrapper{display:flex;align-items:center;justify-content:center;margin-top:18px}.reset-password-wrapper .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}.reset-password-wrapper .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)}}