.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  border: 1px solid #d1d2dd;
  border-radius: 4px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  height: 40px;
  padding: 5px 10px;
  position: relative;
}
.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-input-checkbox-agree-terms {
  appearance: auto;
}
.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text {
  color: #000;
}
.form-signup-holder .intgrtn-form-signup .has-btn-generate-password {
  display: none;
}
.form-signup-holder .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  align-items: center;
  background-color: #47c08f;
  border-radius: 50px;
  cursor: pointer;
  height: 46px;
  text-transform: uppercase;
  transition: 0.6s;
  text-decoration: none;
}
.form-signup-holder .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  border: 0;
  background-color: #338775;
  outline: none;
}

.footer .footer-logo {
  width: 25%;
}
.footer .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media all and (max-width: 768px) {
  .footer .footer-ul {
    display: block;
  }
}

.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body .title-policy {
  color: #000;
}
.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body p {
  color: #000;
  text-align: justify;
}
.intgrtn-modal-holder .intgrtn-modal .intgrtn-modal-body .intgrtn-basic-message-layout-holder a {
  color: #0082f3;
}

.page {
  min-height: 100vh;
}

.section-hero,
.section-two,
.section-four,
.section-five {
  min-height: 100vh;
}

.main-screen__form-x {
  overflow-y: hidden;
}

/*# sourceMappingURL=intgrtn.css.map */
