:root{--green:#114b3d;--muted:#707b78}*{box-sizing:border-box}body{margin:0;min-height:100vh;display:grid;place-items:center;padding:28px 18px;background:radial-gradient(circle at 50% 0,#f8f9ff,#f4f1eb 75%);color:#10211c;font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif}.login-card{width:min(590px,100%);padding:48px 54px 35px;border:1px solid rgba(195,204,199,.75);border-radius:30px;background:rgba(255,255,255,.94);box-shadow:0 28px 75px rgba(31,46,40,.12)}.login-brand{display:block;width:150px;height:62px;object-fit:contain;object-position:left center}.eyebrow{margin:16px 0 12px;color:#23705e;text-transform:uppercase;letter-spacing:.18em;font-size:13px;font-weight:850}h1{margin:0 0 12px;color:#10251f;font-size:clamp(36px,7vw,52px);line-height:1;letter-spacing:-.045em}.muted{max-width:420px;margin:0 0 30px;color:var(--muted);font-size:18px;line-height:1.45}form{display:grid;gap:20px}label{display:grid;gap:9px;font-size:14px;font-weight:800}input{width:100%;height:58px;padding:0 17px;border:1px solid #d5dcda;border-radius:14px;background:#fff;color:#14251f;font:inherit;outline:0}input:focus{border-color:#317c69;box-shadow:0 0 0 4px rgba(49,124,105,.12)}.password-field{position:relative}.password-field input{padding-right:55px}.password-field button{position:absolute;right:9px;top:8px;width:42px;height:42px;border:0;background:transparent;color:#6d7774;font-size:19px;cursor:pointer}.login-options{display:flex;align-items:center;justify-content:space-between;gap:12px}.remember{display:flex;align-items:center;gap:9px;font-weight:500}.remember input{width:21px;height:21px;accent-color:var(--green)}a{color:#17604e;font-weight:750}.login-submit{height:60px;border:0;border-radius:14px;background:linear-gradient(120deg,#123f35,#0a3028);color:#fff;font-size:17px;font-weight:850;cursor:pointer;box-shadow:0 10px 25px rgba(14,59,49,.18)}.error,.notice{margin:0 0 20px;padding:13px;border-radius:11px;background:#fde9e7;color:#a43a35}.managed-account{text-align:center;color:#75817d;font-size:13px}.login-card footer{display:flex;justify-content:center;gap:18px;margin-top:28px;padding-top:24px;border-top:1px solid #e6e9e7;color:#89918e;font-size:12px}.login-card footer a{color:inherit;text-decoration:none}@media(max-width:600px){body{padding:18px}.login-card{padding:30px 24px 25px;border-radius:25px}.login-brand{width:130px;height:52px}h1{font-size:38px}.muted{font-size:16px}.login-options{align-items:flex-start;flex-direction:column}.login-card footer{gap:10px}}
.auth-secondary{max-width:570px}.auth-secondary form{margin-top:22px}.auth-secondary small{display:block;margin-top:7px;color:var(--muted);font-size:12px;font-weight:500}.auth-link-button{display:grid;place-items:center;text-align:center;text-decoration:none;margin-top:22px}.auth-secondary .notice{margin:18px 0;padding:13px 15px;border-radius:12px;background:#e8f7ef;color:#086b45;font-weight:700;line-height:1.45}
.password-field{position:relative;display:block}.password-field input{padding-right:58px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:12px;background:transparent;color:#66736f;cursor:pointer}.password-toggle:hover,.password-toggle:focus-visible{background:#edf3f1;color:#17604e;outline:0}.password-toggle svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.password-toggle.is-visible svg{color:#17604e}.password-toggle.is-visible svg circle{fill:currentColor}
