.pf-v5-c-button.pf-m-primary {
  color: #fff;
  background-color: #3a852f;
  border-color: #3a852f;
}

.pf-v5-c-button.pf-m-primary:hover {
  background-color: #316f28;
  border-color: #316f28;
}

.pf-v5-c-login__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-v5-c-login__main {
    align-self: center !important;
}

#kc-header {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;

  font-size: 0;
  line-height: 0;
  color: transparent;
}

#kc-header-wrapper {
  display: block;
  margin: 0 auto;
  background-image: url("../img/logo_neu.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 220px;
  height: 80px;
}

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

.login-pf-page .card-pf {
  margin-top: 0;
}

.wip-login-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 24px 0;
  font-size: 14px;
}

.wip-login-footer__primary,
.wip-login-footer__secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
}

.wip-login-footer__secondary {
  border-top: 1px solid var(--pf-v5-global--BorderColor--100, #d2d2d2);
  padding-top: 12px;
  width: 100%;
}

.wip-login-footer__link {
  color: #1E746F;
}

.wip-login-footer__link:hover {
  color: #185d59;
}
