/* Auth-specific styles */

/* Any additional auth-specific styles can be added here */
/* Most common styles are already in the auth layout */

/* Example: Custom form focus states for auth pages */
.auth-container input:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(254, 189, 45, 0.3);
}