.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #000;
}
.form-signup-holder .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input.intgrtn-invalid {
  border: 2px solid red;
  border-radius: 6px;
}
.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 {
  max-width: 441px;
  width: 100%;
  border-radius: 8px;
  background: #f9dd56;
  border: 1px solid #f9dd56;
  color: black;
  padding: 10px 24px;
  position: relative;
  z-index: 1;
  box-shadow: #f9dd56 0px 0px 0px 0px;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  transition: all 300ms ease-in-out;
}

.footer .container {
  margin: auto;
}
.footer .footer-ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
@media all and (max-width: 768px) {
  .footer .footer-ul {
    display: block;
  }
}
.footer .footer-ul li a {
  color: #f9dd56;
}
.footer p a {
  color: #f9dd56;
}

#first, #quiz {
  min-height: 100vh;
}

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