.content {
  height: 100vh;
}

.modal {
  border-radius: 7px;
  overflow: hidden;
  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;
  -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
  box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.9);
}

.modal .modal-content .modal-body h2 {
  font-size: 18px;
}

.modal .modal-content .modal-body p {
  color: #777;
  font-size: 14px;
}

.modal .modal-content .modal-body h3 {
  color: #000;
  font-size: 22px;
}

.modal .modal-content .modal-body .close-btn {
  color: #000;
}

.modal .modal-content .modal-body .promo-img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.modal .cancel {
  color: gray;
  font-size: 14px;
}

.modal .btn-primary {
  padding-top: 10px;
  padding-bottom: 10px;
}


.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-note {
  color: #999;
}

.custom-note a {
  color: #555;
  font-weight: 900 !important;
}
.modal-backdrop.show{
  opacity: 0.8;
}