body {
  font-family: 'AvenirNext', Helvetica, Arial, sans-serif !important;
}
*/ * {
  font-family: 'AvenirNext', Helvetica, Arial, sans-serif !important;
}

.login-icon {
  display: inline-block;
  margin-right: 4px;
  filter: invert(95%) sepia(95%) saturate(22%) hue-rotate(345deg) brightness(106%) contrast(107%); /* change black to white */
}

.login-field {
  display: inline-block;
  width: 90%;
  margin-bottom: 18px;
}

.font-white {
  color: white !important;
}

.error-field {
  display: inline-block;
  width: 90%;
  margin-bottom: 2px;
  margin-top: -15px;
}

.login-input {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.889rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 2px 0.5rem;
  font-family: 'AvenirNext', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #012036;
  color: #fff;
  outline: none;
  transition: all 0.1s ease-in;
}

.login-input:focus {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}

.login-input:-webkit-autofill,
.login-input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

/* Overwritten existing Keyclaok styles */
.login-pf body {
  background: #0478ce;
  position: relative;
}

/* sign in card */
.login-pf-page {
  padding-top: 90px;
}

/* Consent message : Grant access to ... */
.login-pf-page .card-pf p {
  color: white;
}

.card-pf {
  background: #0478ce;
  margin: 0 auto;
  box-shadow: none;
  padding: 0 20px;
  max-width: 500px;
  border: 0px;
}

/* user ID and password */
.form-group {
  margin-bottom: -2px;
  margin-top: 0px;
}

/* sign in button */
.pf-c-button.pf-m-primary {
  color: var(--pf-c-button--m-primary--Color);
  background-color: #0367b0;
}

.pf-c-button.pf-m-block {
  display: block;
  width: 80px;
  height: 28px;
  border: 1px solid white;
  border-radius: 2px;
  padding: 0px;
}

#kc-form-buttons {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/* reset passward */
.pf-c-form__label {
  color: white;
}

.checkbox label {
  color: white;
}
