:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;--surface-a:#fff;--surface-b:#f8f9fa;--surface-c:#e9ecef;--surface-d:#dee2e6;--surface-e:#fff;--surface-f:#fff;--text-color:$primaryColor;--text-color-secondary:$tealDarkerColor;--primary-color:$primaryColor;--primary-color-text:#fff;--surface-0:#fff;--surface-50:#fafafa;--surface-100:#f5f5f5;--surface-200:#eee;--surface-300:#e0e0e0;--surface-400:#bdbdbd;--surface-500:#9e9e9e;--surface-600:#757575;--surface-700:#616161;--surface-800:#424242;--surface-900:#212121;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--content-padding:1rem;--inline-spacing:0.5rem;--border-radius:3px;--surface-ground:#f8f9fa;--surface-section:#fff;--surface-card:#fff;--surface-overlay:#fff;--surface-border:#dee2e6;--surface-hover:#e9ecef;--focus-ring:0 0 0 0.2rem #bfd1f6;--maskbg:rgba(0,0,0,.4);--highlight-bg:#283273;--highlight-text-color:#fff;color-scheme:light}.login-card{box-sizing:border-box;justify-content:space-between;padding:32px;gap:48px;position:absolute;width:420px;height:480px;left:calc(50% - 210px);top:calc(50% - 240px - .5px);background:#fff;border:.5px solid #ddd;box-shadow:0 4px 10px rgba(0,0,0,.1);border-radius:4px}.login-card,.login-card__body{display:flex;flex-direction:column;align-items:center}.login-card__body{padding:0}.login-card button{width:100%}