.delayed {
  display: none;
  /* position: absolute; */
  position: relative;
  z-index: 200;
  bottom: 0;
  width: 100%;
}

@media screen and (max-width:992px) {
  .delayed {
    display: block;
    position: relative;
    z-index: 200;
    bottom: 0;
    width: 100%;
  }
}
span.wpcf7-form-control-wrap.email span.wpcf7-not-valid-tip {
    background-color: #f12929;
    padding: 20px;
    color: #ffffff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 10px;
}
.form-group#hidden_funnel_name {
  display: none;
}

.pp-login-form-field {
  margin-bottom: 20px !important;
}

body {
  background: #fff !important;
}

label.cptch_label {
  font-weight: normal;
  color: #000;
}

button.btn.btn-primary.btn-full {
  width: 100%;
  background-color: #7b4b6b;
  border: none;
  height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 20px;
}

.pp-login-form-field input {
  height: 40px !important;
}
