/* Flowcaptain Register Page - Specific overrides for auth.css */

/* Register Page specific class names - extends .auth-page */
.register-page {
  /* Inherits all styles from .auth-page in auth.css */
}

/* Register Container - extends .auth-container */
.register-container {
  /* Inherits all styles from .auth-container in auth.css */
}

/* Registration specific styles */
#registerSection {
  /* Any register-specific overrides can go here */
}