/* coppy here */
div.mango-popup__header span.mango-popup__close {
  width: 16px;
  height: 16px;
  font-weight: 700;
  color: #b25099;
  line-height: 16px;
  background-color: transparent;
  top: 12px;
  right: 13px; }

div.mango-popup-container {
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px; }

div.mango-popup-container div.mango-exclusive {
  padding: 20px;
  font-family: 'Pacifico', cursive;
  text-align: center; }

div.mango-popup-container div.mango-exclusive * {
  font-family: 'Pacifico', cursive;
}

div.mango-popup-container div.mango-exclusive ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  color: #a5a5a5; }

div.mango-popup-container div.mango-exclusive ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #a5a5a5; }

div.mango-popup-container div.mango-exclusive :-ms-input-placeholder {
  /* IE 10+ */
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #a5a5a5; }

div.mango-popup-container div.mango-exclusive :-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #a5a5a5; }

div.mango-popup-container h2.mango-exclusive__title {
  font-size: 30px;
  color: #ff4242;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }

div.mango-popup-container div.mango-exclusive__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #b25099;
  text-align: center;
  margin-bottom: 30px; }

div.mango-popup-container div.mango-exclusive__text .mango-popup-plain-text-editable {
  font-family: inherit;
}

div.mango-popup-container form.mango-exclusive__form {
  width: 100%; }

div.mango-popup-container form.mango-exclusive__form:after {
  content: '';
  display: block;
  clear: both; }

div.mango-popup-container div.mango-exclusive__email {
  position: relative;
  margin-bottom: 20px; }

div.mango-popup-container div.mango-exclusive__email input {
  width: 100%;
  height: 54px;
  padding: 0 23px;
  border-radius: 10px;
  border-color: transparent;
  background: #ffffff;
  font-family: "Raleway", sans-serif;
  color: #a5a5a5;
  font-size: 15px;
}

div.mango-popup-container div.mango-exclusive__submit {
  position: relative; }

div.mango-popup-container div.mango-exclusive__submit .mango-button {
  padding: 0;
  width: 100%;
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-family: 'Open Sans', sans-serif;
}

div.mango-popup-container div.mango-exclusive__submit .mango-button .mango-popup__send-now {
   line-height: 54px;
   cursor: pointer;
   text-overflow: ellipsis;
   white-space: nowrap;
  font-family: inherit;
}

div.mango-popup-container div.mango-exclusive__submit .mango-button .mango-popup__button-icon-loading {
  line-height: 54px;
}

@media only screen and (min-width: 500px) {
  div.mango-popup-container div.mango-exclusive {
    padding: 25px 50px 52px; }
  div.mango-popup-container h2.mango-exclusive__title {
    font-size: 50px; }
  div.mango-popup-container form.mango-exclusive__form {
    border-radius: 10px; }
  div.mango-popup-container div.mango-exclusive__email {
    width: 67%;
    float: left;
    margin-bottom: 0;
  }

  div.mango-popup-container div.mango-exclusive__email input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  div.mango-popup-container div.mango-exclusive__submit {
    width: 33%;
    float: left;
   }

  div.mango-popup-container div.mango-exclusive__submit button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

}

