:root{color:#17202a;background:#f4f6f8;font-family:Inter,ui-sans-serif,system-ui,sans-serif}body{margin:0}.authentication-page{box-sizing:border-box;place-items:center;min-height:100vh;padding:1rem;display:grid}.authentication-card{box-sizing:border-box;background:#fff;border:1px solid #d9e0e4;border-radius:.5rem;gap:1rem;width:min(100%,24rem);padding:1.5rem;display:grid}.authentication-card h1,.authentication-card p{margin:0}.authentication-card label,.authentication-card form{gap:.35rem;font-weight:600;display:grid}.authentication-card input{box-sizing:border-box;border:1px solid #aebbc2;border-radius:.3rem;width:100%;padding:.7rem}.authentication-card button{color:#fff;cursor:pointer;background:#173f4f;border:0;border-radius:.3rem;padding:.75rem;font-weight:700}.authentication-card button:disabled{cursor:wait;opacity:.65}.authentication-error{color:#8a241c;background:#fce8e6;border-radius:.3rem;padding:.7rem}.authentication-mfa-setup{overflow-wrap:anywhere;gap:.5rem;display:grid}.authentication-mfa-setup img{justify-self:center;width:min(100%,14rem);height:auto}.authentication-mfa-setup code{background:#eef2f4;padding:.5rem}
