.login-page{background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;padding:24px 16px;display:flex}.login-card{background:#fff;border:1px solid #d9e2ec;border-radius:12px;width:100%;max-width:480px;padding:24px;box-shadow:0 10px 30px #0f172a14}.login-card__topbar{justify-content:flex-start;margin-bottom:12px;display:flex}.login-home-button{color:#334155;background:#f8fafc;border:1px solid #d9e2ec;border-radius:999px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,border-color .2s,color .2s,transform .2s;display:inline-flex}.login-home-button:hover{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd;transform:translateY(-1px)}.login-home-button svg{width:18px;height:18px}.login-card h1{margin:0 0 8px}.login-card p{color:#52606d;margin:0 0 20px}.login-form{flex-direction:column;gap:16px;display:flex}.login-form__group{flex-direction:column;gap:8px;display:flex}.login-form__group label{font-weight:600}.login-form__group input{background:#fff;border:1px solid #bcccdc;border-radius:8px;width:100%;padding:12px}.login-checkbox{color:#334155;align-items:flex-start;gap:10px;line-height:1.5;display:flex}.login-checkbox input{margin-top:3px}.login-checkbox a{color:#1d4ed8;font-weight:600}.login-form__actions{justify-content:center;display:flex}.login-form__actions button,.login-switch button{cursor:pointer;color:#fff;background:#2563eb;border:none;border-radius:8px;padding:12px 18px;font-weight:600}.login-form__actions button:hover,.login-switch button:hover{background:#1d4ed8}.login-form__actions button:disabled{opacity:.6;cursor:not-allowed}.login-status{color:#b91c1c;text-align:center;margin:0;font-weight:600}.login-switch{justify-content:center;margin-top:16px;display:flex}
