.logo-customizable {
  max-width: 70%;
  max-height: 178px;
}

.banner-customizable {
  padding: 25px 0px 25px 0px;
  background-color: white;
  max-width: 500px;
  margin: auto;
}

.label-customizable {
  padding: 7px 8px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  float: left;
  width: 33%;
  clear: left;
}

.textDescription-customizable {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}

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

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

.submitButton-customizable {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid #477e2f;
  background: #65b444 !important;
  font-weight: 500;
  line-height: 24px;
  border-radius: .25rem;
  text-decoration: none;
  padding: 6px 12px;
  transition: all .3s ease;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 16px;
}

.submitButton-customizable:hover {
  border: 1px solid #8d989e;
  background: #477e2f !important;
}

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

.inputField-customizable {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 6px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin: 0 auto 16px;
  font-size: 16px;
  border: 1px solid #dee2e6;
  clear: right;
}

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

.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 {
  text-align: center;
  color: #677379;
  cursor: pointer;
  text-decoration: underline solid #677379;
  clear: both;
}

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

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

.background-customizable {
  background-color: #fff;
  margin: auto;
  max-width: 450px;
}
