/* RAWA branding for the Keycloak welcome (landing) page */

/* Background motif "stoerte.jpg" with a subtle dark overlay.
   background-image is set directly (not via the PatternFly custom property),
   so the relative url() resolves against THIS stylesheet. */
.pf-v5-c-background-image {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.52)),
    url("../img/stoerte.jpg") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Replace the Keycloak logo with the RAWA logo */
.kc-brand {
  content: url("../img/rawa-logo.png");
  width: 264px;
  height: auto;
  max-width: 80vw;
}
