.forgot-password-page{width:100%;min-height:100vh;position:relative;background:#f3f4f6;display:flex;flex-direction:column;justify-content:space-between}.forgot-password-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;max-width:600px;margin:0 auto;width:100%}.forgot-password-logo{margin-bottom:2rem;cursor:pointer}.forgot-password-logo img{width:110px;height:auto;box-shadow:10px 10px 10px #00000080;border-radius:6px;transition:transform .2s ease}.forgot-password-logo:hover img{transform:scale(1.05)}.forgot-password-card{width:100%;background:#fff;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 10px 40px #0000001a;text-align:center}.forgot-password-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;letter-spacing:-.02em}.forgot-password-subtitle{font-size:1rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.forgot-password-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;margin:0 auto}.forgot-password-field-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.forgot-password-label{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.forgot-password-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;color:#1a1a1a;background:#fff;transition:all .2s ease;font-family:inherit}.forgot-password-input::placeholder{color:#9ca3af}.forgot-password-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.forgot-password-input:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.forgot-password-input-error{border-color:#ef4444;background:#fef2f2}.forgot-password-error{font-size:.875rem;color:#ef4444;margin-top:.25rem;text-align:left}.forgot-password-submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #6366f14d;margin-top:.5rem}.forgot-password-submit-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #6366f166;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.forgot-password-submit-button:active:not(:disabled){transform:translateY(0)}.forgot-password-submit-button:disabled{opacity:.6;cursor:not-allowed}.forgot-password-footer{width:100%;margin-top:auto}.forgot-password-footer img{width:100%;height:auto;display:block}@media (max-width: 768px){.forgot-password-container{padding:1.5rem 1rem}.forgot-password-card{padding:2rem 1.5rem;border-radius:20px}.forgot-password-title{font-size:1.75rem}.forgot-password-subtitle{font-size:.9375rem}}@media (max-width: 480px){.forgot-password-card{padding:1.5rem 1.25rem}.forgot-password-title{font-size:1.5rem}.forgot-password-subtitle{font-size:.875rem}}
