.fade-extended .modal-dialog {
  max-width: 900px;
}
.fade-extended .modal-dialog .modal-content .modal-body {
  padding-left: 33px;
  padding-right: 33px;
}
.fade-extended .modal-dialog .modal-content .modal-body .col-lg-12 {
  padding: 0;
}

.modal.fade.frontend-modal-fade.show:before {
  content: "";
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 1000;
}

.modal .modal-content {
  border-radius: 11px;
  box-shadow: 0 7px 20px -8px rgba(157, 157, 163, 0.5019607843);
  border: none;
  text-align: left;
}
.modal .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 24px;
  margin-top: 11px;
}
.modal .modal-header button.close {
  position: absolute;
  right: 15px;
  font-size: 40px;
  padding: 0.5rem 1rem;
}
.modal .modal-footer {
  padding: 15px !important;
}
.modal .modal-footer p {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 13px;
}

#modal-login {
  opacity: 1;
}

/*# sourceMappingURL=modal.css.map */
