.auth-form{height:calc(100vh - 12rem);display:flex;align-items:flex-start;justify-content:center;background:#f5f5f5;padding:1.25rem}.auth-form__card{width:100%;max-width:30rem;margin-top:3.75rem;padding:1.5rem;background:#fff;border-radius:1rem;box-shadow:0 .25rem 1.5rem rgba(0,0,0,.08)}@media(min-width:576px){.auth-form__card{padding:2.5rem}}.auth-form__title{font-size:2.25rem;font-weight:700;text-align:center;margin-bottom:1.5rem;color:#102031}@media(min-width:576px){.auth-form__title{font-size:1.75rem;margin-bottom:2rem}}.auth-form__error{font-size:.875rem;color:#ff3b2f;text-align:center;margin-bottom:1rem}.auth-form__form{display:flex;flex-direction:column;gap:1rem}.auth-form__submit{background:linear-gradient(90deg,#FF3B2F,#FF5F2D);color:#fff;border:none;border-radius:.5rem;cursor:pointer;font-weight:600;transition:opacity .2s}.auth-form__submit:hover{opacity:.9}.auth-form__submit{width:100%;padding:.875rem;font-size:1rem;font-family:Montserrat Alternates,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin-top:.5rem}.auth-form__footer{font-size:.875rem;color:#6b7280;text-align:center;margin-top:1.5rem}.auth-form__link{color:#ff3b2f;font-weight:500}.auth-form__link:hover{text-decoration:underline}