.logo-customizable {
  max-width: 336px;
  max-height: 72px;
}

.banner-customizable {
  padding: 25px 0px 25px 0px;
  background-color: #fff;
  border-bottom: 1px solid #adb9bf;
}

.label-customizable {
  font-weight: 400;
  margin-left: 27.5px;
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 38px;
  margin-left: 27.5px;
  display: flex;
}

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

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

.submitButton-customizable {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0px 10px 27.5px;
  height: 40px;
  width: 336px;
  color: #fff;
  background-color: #0064cc;
}

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

.errorMessage-customizable {
  padding: 10px;
  font-size: 14px;
  width: 336px;
  background: #f5f5f5;
  border: 2px solid #d30813;
  color: #d30813;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  margin: 0 auto 25px auto;
}

.inputField-customizable {
  width: 336px;
  height: 40px;
  color: #121e28;
  background-color: #fff;
  border: 1px solid #adb9bf;
  margin: 0 auto 16px auto;
}

.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: #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;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #0064cc;
  margin-left: 27.5px;
}

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

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

.background-customizable {
  background-color: #fff;
  max-width: 419px;
  margin-top: 150px;
}