.intgrtn-form-wrapper {
  margin-top: 15px;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input {
  padding: 10px 12px;
  line-height: 1.6;
  color: #000000 !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D8D8D8;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 3px;
  font-size: 15px;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-input-holder .intgrtn-input::placeholder {
  opacity: 0;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-go-to-step-holder .intgrtn-btn-submit, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-go-to-step, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  width: 100%;
  background: #2463eb;
  border-radius: 3px;
  text-transform: capitalize;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  padding: 15px 20px;
  transition: all linear 200ms;
}
.intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-step-2 .intgrtn-input-holder-first-name, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-step-2 .intgrtn-input-holder-last-name, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-step-2 .intgrtn-input-holder-email, .intgrtn-form-wrapper .intgrtn-form-signup-2-steps .intgrtn-steps-holder .intgrtn-step.intgrtn-step-2 .has-btn-generate-password {
  display: none;
}

.footer {
  text-align: center;
  padding: 10px;
}
.footer .container-custom {
  max-width: 1200px;
}
.footer .container-custom .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding-top: 20px;
}
@media all and (max-width: 768px) {
  .footer .container-custom .footer-ul {
    display: block;
    padding: 0;
  }
}
.footer .container-custom .footer-ul li {
  padding: 10px;
}

/*# sourceMappingURL=intgrtn.css.map */
