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

.banner-customizable {
  padding: 20px 0px 0px 0px;
  background-color: #293a4d;
}

.label-customizable {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  margin: 12px 0px 4px 0px;
  color: #F1F5F8;
}

.textDescription-customizable {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
  font-size: 16px;
  text-align: center;
}

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

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

.submitButton-customizable {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 40px 0px;
  height: 48px;
  width: 100%;
  color: #293a4d;
  background-color: #f4f4f4;
  border-radius: 0px;
  border: 0px;
  text-transform: uppercase;
}

.submitButton-customizable:hover {
  background-color: #286090;
}

.errorMessage-customizable {
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  background: rgba(255, 255, 255, 0.0);
  border: 0px;
  color: #E7929C;
  text-align: center;
}

.inputField-customizable {
  width: 100%;
  height: 48px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #e4e4e4;
  margin-bottom: 8px;
  border-radius: 0px;
  font-size: 16px;
}

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

.idpButton-customizable {
  height: 40px;
  width: 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

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

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

.redirect-customizable {
  text-align: left;
  width: 100%;
  color: #ADCBFF;
  order: last;
}

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

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

.background-customizable {
  background-color: #293a4d;
  color: #f4f4f4;
  padding: 8px 8px 0px 8px;
}
