.background-customizable {
  background-color: #080807;
  color: #f7f0e5;
  font-family: Georgia, "Times New Roman", serif;
}

.banner-customizable {
  background-color: #0f0d0b;
  border-bottom: 1px solid #b6a17e;
  padding: 28px 0 22px;
}

.logo-customizable {
  background-color: #0f0d0b;
  max-height: 30%;
  max-width: 84%;
}

.label-customizable {
  color: #f7f0e5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  letter-spacing: 0;
}

.redirect-customizable {
  color: #d7c8af;
  font-family: Georgia, "Times New Roman", serif;
}

.textDescription-customizable {
  color: #d7c8af;
  font-family: Georgia, "Times New Roman", serif;
}

.idpDescription-customizable {
  color: #d7c8af;
  font-family: Georgia, "Times New Roman", serif;
}

.legalText-customizable {
  color: #d7c8af;
  font-family: Georgia, "Times New Roman", serif;
}

.submitButton-customizable {
  background-color: #b6a17e;
  border: 1px solid #f7f0e5;
  border-radius: 0;
  color: #080807;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 13px;
  font-weight: 700;
  height: 44px;
  letter-spacing: 0;
  margin-top: 18px;
  text-transform: uppercase;
}

.submitButton-customizable:hover {
  background-color: #8f2c24;
  border-color: #b6a17e;
  color: #f7f0e5;
}

.errorMessage-customizable {
  background-color: #2a1110;
  border: 1px solid #c95549;
  color: #f7f0e5;
  font-family: Georgia, "Times New Roman", serif;
}

.inputField-customizable {
  background-color: #f7f0e5;
  border: 1px solid #b6a17e;
  border-radius: 0;
  color: #080807;
  height: 42px;
}

.inputField-customizable:focus {
  border-color: #8f2c24;
  box-shadow: 0 0 0 2px rgba(143, 44, 36, 0.22);
  outline: 0;
}

.socialButton-customizable {
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.idpButton-customizable {
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.passwordCheck-notValid-customizable {
  color: #c95549;
}

.passwordCheck-valid-customizable {
  color: #b6a17e;
}
