.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap {
  width: 600px;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content {
  padding: 0px;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-ctn.ex-field {
  background: #f3f3f3;
  padding: 3rem 3rem 0rem 3rem;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-ctn.ex-field .ex-vinfo-input.control {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e4e4;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-actions {
  padding: 30px;
  width: auto;
  float: right;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-actions button.action {
  display: inline-block;
  padding: 18px 22px;
  font-size: 22px;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-actions .ex-vinfo-rem {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  color: #1379bc;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-actions .ex-vinfo-rem a {
  text-decoration: none;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-verifyinfo-popup {
  margin-bottom: 0px;
}
.modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .popup-header {
  padding: 30px 30px 5px 30px;
}
.ex-verifyinfo-popup .popup-header h2.popup-title {
  margin: 0px 0px 5px 0px;
  padding: 0;
  font-size: 30px;
}
.ex-verifyinfo-popup .popup-header p {
  font-size: 16px;
  margin: 0px 0px 5px 0px;
  font-style: italic;
  border-bottom: 1px solid #f3f3f3;
}
.ex-verifyinfo-popup .messages {
  margin-bottom: 10px;
}
.ex-vinfo-content .ex-vinfo-input div {
  margin-bottom: 10px;
}
.ex-vinfo-content .ex-vinfo-input div span {
  color: #ff0000;
  padding-left: 5px;
}
.ex-vinfo-content .ex-vinfo-input div input[type="checkbox"] {
  height: auto;
}
.ex-vinfo-content .ex-vinfo-input div input {
  height: 50px;
}
.ex-vinfo-content .ex-vinfo-input .ex-vinfo-fname {
  width: 49%;
  float: left;
  padding-right: 5px;
}
.ex-vinfo-content .ex-vinfo-input .ex-vinfo-lname {
  float: left;
  width: 49%;
  padding-left: 5px;
}
.ex-vinfo-content .ex-vinfo-input label {
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
}
.ex-vinfo-content .ex-vinfo-input .ex-vinfo-signup {
  font-size: 14px;
}
.expo-popup-verifyinfo header.modal-header {
  padding-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .modal-popup.expo-popup-verifyinfo {
    left: 0px;
  }
  .ex-verifyinfo-popup .popup-header h2.popup-title {
    font-size: 26px;
  }
  .ex-verifyinfo-popup .popup-header p {
    border-bottom: 1px solid #e4e4e4;
  }
  .ex-vinfo-content .ex-vinfo-input .ex-vinfo-fname {
    width: 100%;
    float: left;
    padding-right: 0px;
  }
  .ex-vinfo-content .ex-vinfo-input .ex-vinfo-lname {
    float: left;
    width: 100%;
    padding-left: 0px;
  }
  .modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap {
    width: auto;
  }
  .modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-actions {
    padding: 0px 30px 30px 30px;
  }
  .modals-wrapper .modal-popup.expo-popup-verifyinfo .modal-inner-wrap .modal-content .ex-vinfo-content.content .ex-vinfo-ctn.ex-field {
    padding: 0px 30px 30px 30px;
  }
}
