.verify-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.verify-modal__inner {
  background-color: #fff;
  max-width: 500px;
  width: 100%;
  margin: 150px auto 0;
  border-radius: 10px;
  min-height: 150px;
  position: relative;
}
.verify-modal__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  display: none;
  /* hide */
}
.verify-modal__close:hover {
  color: #0274be;
}
.verify-modal__content {
  padding: 35px 15px 15px;
}
.verify-modal__content .acf-form-submit {
  padding: 15px;
}
.verify-modal__content .fronthidden {
  display: none;
}
