.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  transition: border 0.3s ease-in-out, background 0.3s ease-in-out;
  border: none;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: normal;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 10px;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-input-holder .intgrtn-checkbox-label-agree-terms .intgrtn-checkbox-label-agree-terms-text {
  color: var(--Gray-6, #F2F2F2);
  gap: 10px;
  margin-top: 20px;
  font-size: 10px;
  line-height: 116.667%;
}
.form-signup-wrapper .intgrtn-form-signup .has-btn-generate-password {
  display: none;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit {
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 8px 25px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  background: var(--accent-color);
  color: var(--contrast-color);
  font-size: 18px;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  margin-top: 20px;
  height: 50px;
  border-radius: 50px;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover {
  color: var(--Gray-6, #F2F2F2) !important;
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit:hover::before {
  transform: translateX(-50%) translateY(2px);
}
.form-signup-wrapper .intgrtn-form-signup .intgrtn-btn-submit-holder .intgrtn-btn-submit::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 120%;
  background: var(--accent-color-hover);
  left: 50%;
  transform: translateX(-50%) translateY(-110%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

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