@charset "UTF-8";
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder {
  margin-bottom: 16px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  padding: 15px;
  border: 0;
  color: #000000;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-invalid {
  border: 3px solid #eb162b;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-valid {
  border: 3px solid #41ad48;
  background: url(../images/check-icon.png) no-repeat 99% 50% #fff;
  background-size: 40px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error {
  text-align: left;
  width: 100%;
  font-weight: 400;
  margin-top: 0.25rem;
  padding: 5px;
  color: #fff;
  background-color: #eb162b;
  font-size: 12px;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-input-holder.has-btn-generate-password {
  display: none;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder {
  position: relative;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  width: 100%;
  min-height: 78px;
  border-radius: 7px;
  box-shadow: 0.3px 4px 29px 0 rgba(50, 35, 65, 0.29);
  background-color: #ebd943;
}
.intgrtn-form-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:after {
  content: "»";
  display: inline-block;
  margin-left: 10px;
}

.form-footer .disclaimer {
  font-size: 12px;
  font-weight: 300;
}
.form-footer .disclaimer a {
  color: #ebd943;
}

@media all and (max-width: 768px) {
  .footer .container-custom {
    flex-direction: column !important;
  }
}

/*# sourceMappingURL=intgrtn.css.map */
