/* StackAdroit welcome page. Overrides the Keycloak welcome theme's dark polygonal
   background with a clean light brand surface so the dark StackAdroit wordmark reads
   well (the same dark logo used on the login card). Layout classes come from the
   inherited PatternFly stylesCommon. */

.sa-welcome-bg {
  /* Replace the inherited dark background.svg with a soft brand-tinted light surface. */
  background-image: radial-gradient(1100px 560px at 50% -12%, #eaf0fa 0%, #f7f9fc 48%, #ffffff 100%) !important;
  background-color: #ffffff !important;
}

.pf-v5-c-login__container {
  /* Header (logo) always above the main area, narrower column. */
  grid-template-areas: "header" "main";
  --pf-v5-c-login__container--xl--GridTemplateColumns: minmax(auto, 30rem);
}

.pf-v5-c-login__header {
  margin-top: 2rem;
}

.kc-brand {
  width: 300px;
  max-width: 80vw;
  height: auto;
  display: block;
  margin: 0 auto;
}
