/*@import "~bootstrap/dist/css/bootstrap.min.css";*/

*,
*:active,
*:focus,
*:hover {
  outline: none;
}

.modal {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal .modal-dialog {
  width: 66.187989%;
  max-width: 1015px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 540px) {
  .modal .modal-dialog {
    width: 90%;
  }
}

.modal .modal-header {
  padding-bottom: 0;
  border-bottom: 0;
}

.modal-custom .fm-left h2 {
  color: #8d1a3e;
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}

.modal-custom .fm-left img {
  width: 100%;
}

@media (max-width: 992px) {
  .modal-custom .fm-left img {
    margin-bottom: 20px;
  }
}

.modal-custom .fm-right {
  color: #8d1a3e;
}

.modal-custom .fm-right h2 {
  color: #8d1a3e;
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}

.modal-custom .fm-right > div {
  padding: 5px 5px 0px 0px;
}

.modal-custom .fm-right > div input {
  color: #8d1a3e;
  border-color: #8d1a3e;
  max-width: calc(100% - 5px);
}

.modal-custom .fm-right > div input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(141, 26, 62, 0.8);
  opacity: 1;
  /* Firefox */
}

.modal-custom .fm-right > div input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(141, 26, 62, 0.8);
  opacity: 1;
  /* Firefox */
}

.modal-custom .fm-right > div input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(141, 26, 62, 0.8);
  opacity: 1;
  /* Firefox */
}

.modal-custom .fm-right > div input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(141, 26, 62, 0.8);
  opacity: 1;
  /* Firefox */
}

.modal-custom .fm-right > div input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(141, 26, 62, 0.8);
}

.modal-custom .fm-right > div input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(141, 26, 62, 0.8);
}

.modal-custom .fm-right > div input ~ sup {
  float: right;
  top: -30px;
  left: 0;
}

.modal-custom .fm-right > div button {
  background: #8d1a3e;
  color: #fff;
  border-color: #8d1a3e;
  width: calc(100% - 5px);
}

.modal-custom .fm-right > div a {
  color: #8d1a3e;
  text-decoration: underline;
}

.modal-custom .fm-right br {
  height: 25px;
  clear: both;
  content: "";
  display: block;
  position: relative;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .row {
    display: block;
  }
}

.fm-right {
  margin: auto;
  top: 0;
  bottom: 0;
}

.modal.show .modal-dialog {
  -webkit-transform: unset !important;
  transform: unset !important;; 
}
