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

.banner-customizable {
  padding: 25px 0px 25px 0px;
  background-color: #F7F7F8;
}

.label-customizable {
  font-weight: bold; /* To match your header and button text */
  color: #0F132E; /* Consistent with your header and text color */
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #0F132E; /* Matching default text color */
}

.idpDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
  color: #0F132E; /* Matching default text color */
}

.legalText-customizable {
  color: #747474;
  font-size: 11px;
}

.submitButton-customizable {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px 10px 0px;
  height: 40px;
  width: 100%;
  color: #fff;
  background-color: #2FB5BE; /* Consistent with your primary button color */
  border-radius: 4px; /* Match your button border radius */
  border: none; /* Ensure a clean look like your buttons */
}

.submitButton-customizable:hover {
  background-color: #23ccd8; /* Match hover color of upload-btn */
}

.errorMessage-customizable {
  padding: 5px;
  font-size: 14px;
  width: 100%;
  background: #F5F5F5;
  border: 2px solid #FF5588;
  color: #FF5588;
  border-radius: 4px; /* Match your general button border radius */
}

.inputField-customizable {
  width: 100%;
  height: 34px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
}

.inputField-customizable:focus {
  border-color: #66afe9;
  outline: 0;
}

.idpButton-customizable {
  height: 40px;
  width: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  background-color: #0F132E; /* Use your header/footer color */
  border-color: #0F132E;
  border-radius: 4px; /* Match your button border radius */
}

.idpButton-customizable:hover {
  color: #fff;
  background-color: #1e2864; /* Match download button hover */
}

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

.redirect-customizable {
  text-align: center;
  font-size: 14px; /* Match with footer text size */
  color: #747474;
}

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

.passwordCheck-valid-customizable {
  color: #33CA7F;
}

.background-customizable {
  background-color: #ffffff;
}
