.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.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 {
  margin: 0 auto;
  height: 50px;
  width: 100%;
  background-color: #7ed321;
  border-radius: 24px;
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  border: 1px solid #fff;
  font-family: Lato;
}

.footer .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media all and (max-width: 768px) {
  .footer .footer-ul {
    display: block;
  }
}
.footer p {
  color: #6c757d;
}

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