p.form-disclaimers {
  font-size: 11px;
  margin: 0;
  text-align: center;
}

.formUl {
  bottom: 100%;
  margin-bottom: -2px;
  top: unset;
}
.formUl li.active, .formUl li.completed, .formUl li:hover {
  background-color: #bd2424;
}

.register-form .intgrtn-form-signup-3-steps, .register-form .intgrtn-form-signup {
  padding: 10px;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-steps-navigation .intgrtn-steps-navigation-item, .register-form .intgrtn-form-signup .intgrtn-steps-navigation .intgrtn-steps-navigation-item {
  padding: 0 11%;
  background-color: #581313;
  color: #fff;
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 700;
  border-radius: 0 !important;
  width: unset;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-steps-navigation .intgrtn-steps-navigation-item.intgrtn-active, .register-form .intgrtn-form-signup .intgrtn-steps-navigation .intgrtn-steps-navigation-item.intgrtn-active {
  background-color: #bd2424;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input, .register-form .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input {
  padding: 11px 25px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input-message-error-verbose .intgrtn-single-message, .register-form .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error-verbose .intgrtn-single-message {
  font-size: 14px;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input-message-error-verbose .intgrtn-single-message.intgrtn-invalid, .register-form .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error-verbose .intgrtn-single-message.intgrtn-invalid {
  color: #fff;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-input-holder .intgrtn-input-message-error, .register-form .intgrtn-form-signup .intgrtn-input-holder .intgrtn-input-message-error {
  font-size: 14px;
  color: #fff;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step, .register-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit, .register-form .intgrtn-form-signup .intgrtn-btn-go-to-step, .register-form .intgrtn-form-signup .intgrtn-btn-submit {
  background: 0 0;
  border: 1px solid #fff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  display: block;
  padding: 4px 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
  cursor: pointer;
  border-radius: 0;
}
.register-form .intgrtn-form-signup-3-steps .intgrtn-btn-go-to-step:hover, .register-form .intgrtn-form-signup-3-steps .intgrtn-btn-submit:hover, .register-form .intgrtn-form-signup .intgrtn-btn-go-to-step:hover, .register-form .intgrtn-form-signup .intgrtn-btn-submit:hover {
  background: #000;
}

.modal-signup .row-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-signup .btn-default {
  background-color: #18a7f8;
  color: white;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  margin: 10px 0;
  padding: 10px;
  width: 500px;
  max-width: 100%;
  border: 0;
  outline: 0;
  border-radius: 4px;
  cursor: pointer;
}
.modal-signup .js-intgrtn-modal-loader {
  width: 100%;
  height: 45px;
}

.rtl {
  direction: rtl;
}

body .hidden {
  display: none !important;
}
@media all and (max-width: 768px) {
  body .register-btn {
    font-size: 22px;
  }
}

/*# sourceMappingURL=intgrtn.css.map */
