
.logo-customizable {
  max-width: 100%;
  max-height: 100%;
  background-color: #990A2C;
}

.banner-customizable {
  padding: 1px 1px 1px 1px;
  background-color: #990A2C;
}

.label-customizable {
  font-weight: 500;
  font-style: italic;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  width: 100%;
  color: #FFF;
  padding: 16px 0 6px 0;
  font-size: 16px;
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
      font-size: 16px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0px;
    font-style: italic;
    color: #FBBA00;
    text-align: center;
}

.idpDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 16px;
}

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

.submitButton-customizable {
  font-size: 16px;
  margin: 20px 0px 10px 0px;
  height: 44px;
  font-weight: 800;
  letter-spacing: 0px;
  width: 100%;
  color: #990A2C;
  background-color: #FBBA00;
  border-radius: 22px;
  border-color: #990A2C;
}

.submitButton-customizable:hover {
 opacity: 0.9;
   background-color: #FBBA00;
  color: #990A2C;

}

.errorMessage-customizable {
  padding: 5px;
  font-size: 14px;
  width: 100%;
  background: #e5e5e5;
  border: 2px solid #D64958;
  color: #D64958;
}

.inputField-customizable {
  width: 100%;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;

}

.inputField-customizable:focus {
  border-color: #19BF00;
  outline: 0;
}

.idpButton-customizable {
  height: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  border-color: #19BF00;
}

.idpButton-customizable:hover {
  color: #fff;
}

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

.redirect-customizable {
  text-align: center;
  display: none;
}

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

.passwordCheck-valid-customizable {
  color: #19BF00;
}

.background-customizable {
  background-color: #990A2C;
  border: 4px solid #FBBA00;
  border-radius: 10px;
}
