#kc-header-wrapper {
  background-image: url(../img/keycloak-logo-text.png);
  background-repeat: no-repeat;
  height: 160px;
  width: 23.6%;
  margin: 0 auto;
  background-color: rgb(5, 17, 29);
  margin-bottom: -70px;
  background-size: 50%;
  background-position-x: center;
  background-position-y: 20%;
}

:root {
  --pf-global--primary-color--100: #f4b43c;
  --pf-global--primary-color--200: #2271b1;
}

h1#kc-page-title {
  margin-top: -70px;
  color: #f4b43c;
}


.login-pf-page {
  padding-top: 220px;
}

.login-pf-page .login-pf-header h1 {
  font-size: 1.4rem;
}

input#kc-login {
  width: 60%;
  margin: 0% 20%;
  border-radius: 20px;
  font-weight: 600;
}

input#kc-login:hover {
  color: #292929;
}

div#wrapper {
  justify-self: "center"
}

div#wrap-turnstile {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

form#kc-form-login {
  margin-top: -15px;
}

.card-pf {
  width: 23.6%;
  max-width: 23.6%;
}


div#forgot-password {
  text-align: center;
  padding: 8px;
}

@media (max-width: 767px) {
  #kc-header-wrapper {
    width: 100%
  }

  .card-pf {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  h1#kc-page-title {
    margin-top: -40px;

  }
}