:root{font-family:Arial,sans-serif;color:#24362d;background:#edf3ef}.login-page{box-sizing:border-box;min-height:100dvh;display:grid;grid-template-rows:1fr auto;gap:24px;padding:32px 24px 18px;background:linear-gradient(#e8f1ebc9,#edf3efd9),url('/bg1.svg');background-position:center;background-size:cover}.login-content{align-self:center;justify-self:center;width:min(100%,390px);display:grid;gap:24px}.login-identity{display:grid;justify-items:center;gap:11px}.login-mark{display:grid;place-items:center;width:82px;height:82px;border:3px solid #fff;border-radius:50%;background:#1f604d;color:#fff;box-shadow:0 8px 22px #1c332426;font-size:37px;font-weight:800}.login-kicker{margin:0;color:#245f4d;font-size:14px;font-weight:800;letter-spacing:1.1px;text-align:center}.login-card{display:grid;gap:15px;padding:32px 36px;border:1px solid #cfdbd3;border-radius:8px;background:#fff;box-shadow:0 18px 50px #1c332420}.login-help{margin:0 0 5px;color:#63736a;font-size:13px;line-height:1.45;text-align:center}.login-card label{display:grid;gap:6px;color:#44574d;font-size:12px;font-weight:700}.login-card input{box-sizing:border-box;width:100%;min-height:42px;border:1px solid #abbcb1;border-radius:4px;padding:0 11px;color:#24362d;font:14px inherit}.login-card input:focus{outline:2px solid #21865f;outline-offset:1px;border-color:#21865f}.password-field{position:relative;display:block}.password-field input{padding-right:48px}.password-toggle{position:absolute;top:50%;right:3px;display:grid;place-items:center;width:38px;height:38px;padding:0;transform:translateY(-50%);border:0;border-radius:4px;background:transparent;color:#39715d;cursor:pointer}.password-toggle:hover{background:#edf5f0;color:#174d3d}.password-toggle:focus-visible{outline:2px solid #21865f;outline-offset:1px}.password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.password-toggle svg[hidden]{display:none}.login-card>button{min-height:43px;border:0;border-radius:4px;background:#1f604d;color:#fff;font:700 14px inherit;cursor:pointer}.login-card>button:hover{background:#174d3d}.login-card>button:focus-visible{outline:2px solid #21865f;outline-offset:2px}.login-card>button:disabled{cursor:wait;opacity:.7}.login-message{min-height:18px;margin:0;color:#a64038;font-size:12px;text-align:center}.login-footer{color:#49685a;font-size:11px;font-weight:700;letter-spacing:.15px;text-align:center}@media (max-width:480px){.login-page{gap:20px;padding:24px 16px 16px}.login-content{gap:20px}.login-mark{width:72px;height:72px;font-size:32px}.login-card{padding:28px 22px}}
