/* Versioned because Keycloak serves theme resources with immutable caching. */
#kc-header-wrapper {
  display: block;
  width: 180px;
  height: 40px;
  margin-inline: auto;
  background: url("../img/brand-lockup.svg") center / contain no-repeat;
  font-size: 0;
}

#kc-header-wrapper::before {
  display: none;
}
