/*
 * Layout for .login-form-fields: narrows the field column on login/invite-style
 * forms. Color/focus styling for form-control, form-check-input, and btn-primary
 * is now global (see overrides.css) rather than scoped to these forms.
 */

.login-form-fields {
  max-width: 400px;
}
