
body {
    background-color: #efefef;
}

.kc-brand {
    height: 300px;
    width: 300px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
}

.pf-v5-c-login__container {
  grid-template-areas: "header" "main";
  --pf-v5-c-login__container--xl--GridTemplateColumns: minmax(auto, 34rem);
}

.pf-v5-c-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
