
.logo-customizable {
  width: 45px !important;
  height: 30px !important;
}

.banner-customizable {
  padding: 25px 0px 5px 0px;
  background-color: #FFF;
}

.label-customizable {
  font-weight: 400;
  font-size: 13px;
  letter-spacing: .5px;
  color: rgba(0,0,0,.7);
  margin: 10px 0 2px;
}

.textDescription-customizable {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  font-size: 13px;
  text-align: center;
  letter-spacing: .25px;
  color: rgba(0,0,0,.7);
  display: none;
}

.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 0px;
  height: 40px;
  width: 100%;
  color: #fff;
  background-color: rgb(241, 68, 36);
  border: 0;
  border-radius: 100px;
}

.submitButton-customizable:hover {
  color: #fff;
  background-color: rgb(214, 53, 23);
}

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

.inputField-customizable {
  width: 100%;
  color: rgba(0,0,0,.8);
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 5px 12px;
  height: 40px;
}

.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;
  width: 100%;
  display: block;
  margin: 10px 0 0;
  color: rgba(0,0,0,.4);
}

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

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

.background-customizable {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px rgba(0,0,0,.05), 0 0 0 100000px #f8f8f8;
  max-width: 500px;
  padding: 15px 25px 25px;
}
