/*
 * Application stylesheet — served directly by Propshaft (no preprocessing).
 * Add custom application-wide overrides below. The Metronic theme bundle is
 * loaded separately via the layout (style.bundle.css + plugins.bundle.css).
 */

/* Custom overrides go below this line */

/* Brand logo — Demo3 aside + mobile header */
.app-brand-img {
  width: auto;
  display: block;
}

/* Brand logo — auth layout right-side panel.
   Source PNG is dark text on transparent; the auth panel uses a dark
   background image, so invert to white. */
.auth-brand-img {
  height: 60px;
  width: auto;
  display: block;
}
