.login-form{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:24px}.login-form .logos{align-items:center;display:flex;justify-content:center;gap:20px}.login-form .logos svg{width:80px;height:80px}.login-form .logos svg:first-child{fill:#4a99e9}.login-form .logos svg.x{fill:#999;height:50px;width:50px}.login-form .logos img{height:80px;width:auto}.auth-card{background:#fff;border:1px solid var(--border-color, #ddd);border-radius:8px;box-shadow:0 2px 8px #00000014;margin-top:24px;max-width:420px;padding:24px;width:100%}.auth-card h2{font-size:16px;font-weight:600;margin:0 0 4px}.auth-card .field{margin-bottom:14px}.auth-card .form-input{width:100%}.form-description{color:var(--grey-dark, #888);font-size:13px;margin-bottom:16px}.form-actions{align-items:center;display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.form-checkbox{border-radius:3px;margin-right:6px}.form-checkbox-label{color:var(--grey-dark, #666);font-size:13px}.form-fields{display:flex;flex-direction:column;gap:14px}.modal-body{padding:24px}
