.auth-form_container__FwQn2{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;font-family:Inter,-apple-system,sans-serif}.auth-form_logoContainer__IaEYd{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.auth-form_title__TO8QY{font-size:1.8rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.025em}.auth-form_auth__vGmwv{width:100%;max-width:420px;background-color:#fff;border-radius:16px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);padding:2.5rem;border:1px solid #e5e7eb}.auth-form_heading__2u0ra{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem;text-align:center}.auth-form_subheading___xNih{font-size:.95rem;color:#6b7280;margin:0 0 2rem;text-align:center}.auth-form_control__FKiF3{margin-bottom:1.25rem}.auth-form_control__FKiF3 label{display:block;color:#374151;font-weight:600;font-size:.875rem;margin-bottom:.5rem}.auth-form_control__FKiF3 input{font:inherit;background-color:#fff;color:#111827;border-radius:8px;border:1px solid #d1d5db;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .2s ease;box-sizing:border-box}.auth-form_control__FKiF3 input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px rgba(37,99,235,.1)}.auth-form_error__ubvlr{color:#ef4444;font-size:.85rem;margin-top:.5rem;font-weight:500;display:flex;align-items:center;gap:5px}.auth-form_actions__gmh9d{margin-top:2rem}.auth-form_actions__gmh9d button{cursor:pointer;font:inherit;font-weight:600;color:#fff;background-color:#0072bc;border:none;border-radius:8px;padding:.8rem 1.5rem;width:100%;transition:all .2s ease;text-align:center;align-items:center;justify-content:center}.auth-form_loader__V0v7j{border:3px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:auth-form_spin__KPb28 .8s linear infinite;margin:0 auto}.auth-form_footer__6_uLS{text-align:center;font-size:1rem;color:#6b6b6b;margin-top:1.5rem;margin-bottom:0}@keyframes auth-form_spin__KPb28{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}