:root {
  --keycloak-logo-url: url("../img/logo.png");
  --keycloak-logo-height: 40px;
  --keycloak-logo-width: auto;
}

.login-pf body {
  background: url("../img/bg-light.png") repeat;
}

.pf-v5-theme-dark body {
  background: url("../img/bg-dark.png") repeat;
}

div.kc-logo-text {
  background-position: center;
  filter: invert(1);
}

.pf-v5-theme-dark div.kc-logo-text {
  filter: invert(0);
}

@media (min-width: 768px) {
    div.pf-v5-c-login__main-header {
        grid-template-columns: unset;
    }
}