/* register.css — page-specific overrides; auth layout lives in style.css */

body {
    background-color: var(--bg);
}

/* Register form is longer — give the card more height */
.auth-card {
    min-height: 620px;
}

/* Register has more fields — form side gets a bit more room */
.auth-form-side {
    padding: 40px 44px;
    justify-content: flex-start;
    padding-top: 52px;
}
