/* General Overrides */

body {
  background-image: none !important;
  background-color: #b6bdb2;
}

#kc-header-wrapper {
  background-image: url(https://adminforge.de/wp-content/uploads/2023/05/logo_adminforge.png);
  background-repeat: no-repeat;
  background-size: contain, cover;
  background-position: center;
  height: 70px;
  font-size: 0px;
}

.login-pf body {
  background-color: #b6bdb2;
}

.login-pf a {
  color: #000000;
}

.login-pf a:hover {
  color: #678c52;
}

.login-pf-header {
  margin-top: 1em;
}

.login-pf-page {
  min-height: 100vh;
}

#login-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#kc-page-title {
  font-style: normal;
  font-weight: 500;
  font-size: 34.9911px;
  line-height: 44px;
}

#kc-content {
  max-width: 462px;
}

.pf-c-form__label {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
}

.pf-c-form-control:not(textarea) {
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 4px;
  height: 57px;
}

.card-pf {
  max-width: 667px;
  min-height: 423px;
  border-top: 0;
  border-bottom: 24px solid #678c52;
  border-radius: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
}

.checkbox label {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #888888;
}

a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #0066cc;
}

.pf-c-button.pf-m-primary {
  height: 56px;
  border-radius: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.25px;
  background-color: #678c52;
}

.btn-lg:hover {
  background-color: #527041;
}

hr {
  opacity: 0;
}

.alert-warning {
  border-top: transparent;
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5em;
}

.pf-c-alert__title {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  color: #795600;
}

#kc-info {
  text-align: -webkit-center;
  margin: unset;
}

.required {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #c30808;
}

#kc-form-buttons {
  display: flex;
  justify-content: space-between;
}

#kc-form-buttons button {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #678c52;
}

#kc-form-buttons button {
  min-width: 43%;
}

/* End General Overrides */
