.logo-customizable {
  max-width: 20%;
  border-radius: 50%;
}

.banner-customizable {
  padding: 24px 0px 0px 0px;
  background-color: #fff;
}

.label-customizable {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #000;
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

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

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

.submitButton-customizable {
  height: 56px;
  margin: 24px 0 24px 0;
  padding: 0;
  line-height: 56px;
  border: 0;
  border-radius: 28px;
  background-color: #FFDD00;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  transition: background-color 300ms ease-out, color 300ms ease-out;
}

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

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

.inputField-customizable {
  width: 100%;
  height: 48px;
  margin-bottom: 24px;
  color: #000;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #000;
}

.inputField-customizable:focus {
  border-color: #006CD4;
  outline: 0;
  box-shadow: none;
}

.idpButton-customizable {
  height: 40px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  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: 15px;
  padding: 1px;
  text-align: left;
  width: 100%;
}

.redirect-customizable {
  display: block;
  font-size: 18px;
  text-align: center;
}

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

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

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