.mfp-bg {
  z-index: 1098;
}
.mfp-wrap {
  z-index: 1099;
}
.modal {
  border-radius: 7px;
  background-color: transparent;
}
.modal .logo a img {
  width: 30px;
}
.modal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 7px;
}
.modal .modal-content .modal-body {
  border-radius: 7px;
  overflow: hidden;
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.modal .modal-content .modal-body h2 {
  font-size: 18px;
}
.modal .modal-content .modal-body .close-btn {
  color: #000;
}
.modal .modal-content .modal-body .image-container {
  flex: 0 0 50%;
}
.modal .modal-content .modal-body .image-container .promo-img {
  height: 100%;
  width: 100%;
}
.modal .cancel {
  color: gray;
  font-size: 14px;
}
.modal .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-control {
  border: transparent;
  border: 1px solid #ccc;
}
.form-control:active, .form-control:focus, .form-control:hover {
  box-shadow: none !important;
}
.btn {
  border-radius: 4px;
  border: none;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none !important;
}
.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo img {
  width: 70px;
}
.custom-note {
  color: #999;
}
.custom-note a {
  color: #555;
  font-weight: 900 !important;
}
