.logo-customizable {
  max-width: 60%;
  max-height: 30%;
}

.banner-customizable {
  padding: 25px 0px 25px 0px;
  background-color: #d3d3d3; /* Slightly darker gray for better contrast */
}

.label-customizable {
  font-weight: 400;
  color: #333; /* Darker text for improved visibility */
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #333; /* Darker color for readability */
}

.idpDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #333; /* Darker color for readability */
}

.legalText-customizable {
  color: #555; /* Darkened from #747474 */
  font-size: 11px;
}

.submitButton-customizable {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  height: 40px;
  width: 100%;
  color: #fff;
  background-color: #0056b3; /* Darker blue for better contrast */
}

.submitButton-customizable:hover {
  color: #fff;
  background-color: #003d80; /* Even darker blue on hover */
}

.errorMessage-customizable {
  padding: 5px;
  font-size: 14px;
  width: 100%;
  background: #ffe6e6; /* Light red background for readability */
  border: 2px solid #d32f2f; /* Stronger red for better contrast */
  color: #b71c1c; /* Dark red for text */
}

.inputField-customizable {
  width: 100%;
  height: 34px;
  color: #333; /* Darkened input text */
  background-color: #f9f9f9; /* Slightly gray for contrast */
  border: 1px solid #ccc;
}

.inputField-customizable:focus {
  border-color: #285e8e; /* Slightly darker focus border */
  outline: 0;
}

.idpButton-customizable {
  height: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  background-color: #117a8b; /* Darker cyan */
  border-color: #0e5d69; /* Improved contrast */
}

.idpButton-customizable:hover {
  color: #fff;
  background-color: #0d4f5c; /* Darker cyan on hover */
}

.socialButton-customizable {
  border-radius: 2px;
  height: 40px;
  margin-bottom: 15px;
  padding: 1px;
  text-align: left;
  width: 100%;
}

.redirect-customizable {
  text-align: center;
  color: #555; /* Darker color for better readability */
}

.passwordCheck-notValid-customizable {
  color: #b71c1c; /* Adjusted red for better readability */
}

.passwordCheck-valid-customizable {
  color: #0d8f00; /* Adjusted green for improved contrast */
}

.background-customizable {
  background-color: #f5f5f5; /* Slightly off-white for contrast */
}
