/*
 * app.css -- LCO Portal project overrides.
 *
 * RULES (see DESIGN.md):
 *   1. Everything visual comes from the Vuexy theme (core.css + demo.css).
 *      Reach for a Bootstrap/Vuexy utility or component class FIRST.
 *   2. Only add a rule here when no theme class can express it.
 *   3. Never edit vendor/css/core.css or css/demo.css -- they are vendor files
 *      and will be overwritten on a theme update.
 *   4. Style with the theme's CSS custom properties (var(--bs-primary),
 *      var(--bs-body-color), ...) so light and dark skins both stay correct.
 */

/* Keep the auth card from stretching on very wide screens. */
.authentication-inner .card {
  max-width: 100%;
}
