.auth-page{display:flex;justify-content:center;padding-top:48px;padding-bottom:48px}
.auth-page .auth-card{width:100%;max-width:520px;padding:34px 36px;border:1px solid #dfe5ee;border-radius:12px;background:#fff;box-shadow:0 14px 38px rgba(0,40,104,.09);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif}
.auth-page .auth-card>.eyebrow{margin-bottom:8px;color:#d71920;font-size:.7rem;font-weight:850;letter-spacing:.13em}
.auth-page .auth-card h1{margin:0 0 10px;color:#002868;font-size:2rem;font-weight:800;letter-spacing:-.035em;line-height:1.15}
.auth-page .auth-intro{margin:0 0 24px;color:#697386;font-size:.94rem;line-height:1.6}
.auth-page .flash{margin:0 0 20px}
.auth-page .auth-form{margin:0}
.auth-page .auth-field{margin:0 0 18px}
.auth-page .auth-field label{display:block;margin:0 0 7px;color:#1c2e49;font-size:.8rem;font-weight:750}
.auth-page .auth-field input{display:block;width:100%;height:48px;margin:0;padding:0 14px;border:1px solid #cfd8e5;border-radius:7px;background:#fff;color:#10203a;font:inherit;font-size:.95rem;outline:0;transition:border-color .15s ease,box-shadow .15s ease}
.auth-page .auth-field input:focus{border-color:#002868;box-shadow:0 0 0 3px rgba(0,40,104,.1)}
.auth-page .auth-helper{margin:-5px 0 20px;text-align:right}
.auth-page .auth-helper a,.auth-page .auth-footer-link a{color:#002868;font-size:.82rem;font-weight:750}
.auth-page .auth-helper a:hover,.auth-page .auth-footer-link a:hover{color:#d71920;text-decoration:underline}
.auth-page .auth-primary-button{display:flex;width:100%;height:48px;margin:0;padding:0 18px;border-radius:7px;background:#d71920;color:#fff;font:inherit;font-size:.9rem;font-weight:800}
.auth-page .auth-primary-button:hover{background:#bf0a30}
.auth-page .auth-footer-link{margin:22px 0 0;text-align:center;color:#697386;font-size:.85rem;line-height:1.5}
.auth-page .auth-footer-link a{margin-left:3px}
@media(max-width:620px){.auth-page{width:min(100% - 28px,520px);padding-top:30px;padding-bottom:36px}.auth-page .auth-card{padding:28px 22px}.auth-page .auth-card h1{font-size:1.75rem}.auth-page .auth-primary-button{width:100%}}
