#wcmd_modal {
  padding: 5px;
  overflow: visible;
  text-transform: uppercase;
  border: 2px solid #fff;
  text-align: center;
  color: #191921;
}

#wcmd_modal .newsletter-left {
  width: 414px;
  padding-top: 60px;
  padding-left: 20px;
}

#wcmd_modal .percentage_drop {
  font-size: 64px;
  margin-bottom: 65px;
  line-height: 70px;
  color: #e22b82;
}

#wcmd_modal .wcmd_email .wcmd-fields, 
#wcmd_modal .wcmd_email .wcmd-btn-cont {
  width: 100%;
  max-width: 385px;
}

#wcmd_modal .wcmd_email .wcmd-fields input {
  border-width: 0px;
  width: 80% !important;
  padding-left: 3%;
  padding-right: 3%;
}

#wcmd_modal .wcmd_email .wcmd-btn {
  width: 86%;
  margin-left: 0px;
  margin-top: 0px;
  font-weight: bold;
}

#wcmd_modal .wcmd_email .wcmd-fields input,
#wcmd_modal .wcmd_email .wcmd-btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#wcmd_modal .close_txt {
  color: #256f79;
  margin-top: 20px;
  display: block;
  cursor: pointer;
}

button.close {
  color: #000;
  opacity: 1.0;
  z-index: 1000;
  position: relative;
}

.close_btn {
  border-radius: 0px;
  font-weight: bold;
  color: #fff !important;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto !important;
  text-transform: uppercase;
}
body div.wcmd-validation {
  background-color: transparent;
  border-width: 0px;
  font-size: 18px;
  line-height: 25px;
  width: 80%
}
body div.wcmd-validation.success {
  font-size: 16px !important;
}
@media only screen and (max-width: 580px) {
  #wcmd_modal .newsletter-left {
    width: 94%;
    padding-top: 30;
    padding-left: 3%;
    padding-right: 3%
  }
  h2 {
    line-height: 35px;
    margin-bottom: 5px;
  }
}