.iom-event-redirect-fieldset {
  padding-top: 10px!important;
}
.iom-event-redirect-table {
  table-layout: fixed;
  width: 100%;
}
.pop-up-box {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, 0.5);
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up-box > div {
  background: #fff;
  max-width: 960px;
  width: 100%;
  padding: 30px;
  border: 5px solid #0035a0;
}
.pop-up-box button {
  color: #fff;
  margin: 15px auto 0;
  display: inherit;
}
.pop-up-box button:hover {
  background-color: #000b75;
  border-color: #000b75;
  color: #ffffff !important;
}