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

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

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

/* Login Header - extends .auth-header */
.login-header {
  /* Inherits all styles from .auth-header in auth.css */
}

