.modal-register-and-login {
  display: flex;
  flex-direction: row;
}

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

.modal-header .close {
  opacity: 1;
  font-weight: normal;
  color: #FFF;
  text-shadow: none;
  line-height: normal;
}

.modal-content {
  background-color: #3e3e3e;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
}

.modal-body {
  color: #FFF;
  padding: 20px 100px 50px 100px;
  font-size: 18px;
}

.modal-body h4 {
  padding-bottom: 20px;
}

.modal-body p {
  padding-top: 10px;
}

.modal-title {
  color: #FFF;
}

@media screen and (min-width: 1180px) {
  .enh-modal.enh-modal--wide .modal-dialog {
    width: 1120px;
  }
}

.enh-modal .close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11111;
}

.enh-modal .modal-body {
  padding: 0;
}

.enh-modal .modal-body h2 {
  margin: 0 0 32px 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 26px;
}

.enh-modal .modal-body p {
  margin-bottom: 32px;
}

.enh-modal.enh-modal--dark a {
  color: white;
  text-decoration: underline;
}

.modal-body--content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 20px 20px 20px;
}

@media screen and (min-width: 1024px) {
  .modal-lg .modal-body--content {
    padding: 40px 180px;
  }
}

.modal--register-area {
  width: 65%;
  background-color: #2e2e2e;
}

@media screen and (max-width: 991px) {
  .modal--register-area {
    width: 100%;
  }

  .js-reference-login .modal--register-area {
    display: none;
  }
}

.modal--login-area {
  width: 35%;
}

@media screen and (max-width: 991px) {
  .modal--login-area {
    width: 100%;
  }

  .js-reference-register .modal--login-area {
    display: none;
  }
}

