/* Register page – dashboard vibes, extends auth.css */

/* Page-specific overrides for Create an Account */
body.auth-page .auth-container.auth-register h2 {
  margin-bottom: 1.5rem;
}

.auth-container.auth-register .form-group:last-of-type {
  margin-bottom: 1rem;
}

.auth-container.auth-register .btn-primary {
  margin-top: 0.25rem;
}

/* Role-based fields: show only for selected account type */
.auth-container.auth-register .role-fields {
  display: none;
}

.auth-container.auth-register .role-fields.visible {
  display: block;
}
