/* Tailwind UI sign-in-forms/05-simple-card adapted to Django allauth. */
.account-page{background:#f9fafb;padding-block:3rem}
.account-shell{max-width:480px}
.account-heading h1{font-size:1.875rem;line-height:2.25rem;letter-spacing:-.025em}
.account-heading>p:last-child{font-size:.875rem;line-height:1.5rem}
.account-card{border-radius:.75rem;padding:2rem;border-color:#e5e7eb;box-shadow:0 1px 3px #0000001a}
.auth-form h2{font-size:1rem;margin:0 0 1.5rem}
.auth-form>p,.auth-help{font-size:.875rem;color:#4b5563;line-height:1.5rem}
.auth-field{margin:1.5rem 0}
.account-card .auth-field label{font-size:.875rem;font-weight:600;margin-bottom:.5rem}
.account-card .auth-field input{border-radius:.375rem;padding:.5rem .75rem;min-height:44px;font-size:1rem}
.auth-options{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.875rem}
.account-card .auth-options label{margin:0;font-weight:400}
.account-card .auth-form>button{width:100%;margin-top:1.5rem;border-radius:.375rem;font-size:.875rem;min-height:44px}
.auth-alternative{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1.5rem;font-size:.875rem}
.auth-alternative h2{font-size:1rem}
.account-card .auth-secondary{display:flex;justify-content:center;align-items:center;min-height:44px;border:1px solid #9ca3af;border-radius:.375rem;padding:.5rem .75rem;text-decoration:none;font-weight:600}
.auth-alert{border-radius:.375rem;padding:1rem;background:#fef2f2;color:#991b1b}
.account-card .auth-help ul{padding-left:1.25rem}
@media(max-width:550px){.account-page{padding-block:2rem}.account-card{padding:1.25rem}}
/* Password forms use the same spaced card/field/button component as sign-in. */
.auth-field .auth-help{margin-top:.65rem;font-size:.8125rem;line-height:1.5}
.auth-field .auth-help ul{margin:.5rem 0;padding-left:1.2rem}
.auth-field .auth-help li+li{margin-top:.35rem}
.account-card .auth-form>button{margin-top:1.75rem;margin-bottom:.25rem}
.auth-back{margin:1.5rem 0 0;font-size:.875rem}
.auth-alternative>p:first-child{margin-top:0}
