.discount_modal .modal-dialog .modal-content{
  background-image: url(../images/39B4bSKeLxz9.jpg);
  /* background-image: url(https://d128yd29wgxwr4.cloudfront.net/media/newsletter/newsletter-bg.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.discount_modal .modal-dialog .modal-header{
  border-bottom: none;
}
.discount_modal .modal-dialog .modal-header button.close{
  color: #8f8f8f;
}
.discount_modal .modal-dialog .modal-body{
  padding-bottom: 54px;
}
.newsletter-modal-content {
  width: 75%;
  margin: 0 auto;
  padding: 5vh 5vw;
  background-color: #fff;
}
.newsletter-modal-content .newsletter-title{
  text-align: center;
}
.newsletter-modal-content .newsletter-title span.title-em{
  color: #c3a537;
}
.newsletter-modal-content .tnp.tnp-subscription .tnp-field.tnp-field-button input.tnp-submit{
  width: 100%;
  background-color: #c3a537;
  color: #fff;
  text-transform: uppercase;
}
@media only screen and (max-width: 800px){
  .newsletter-modal-content {
    width: 100%;
  }
}
