.globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalClass select
 {
 border-radius: 0rem !important;
  max-width: 100% !important;
  color: #fe019d;
 }
::-webkit-input-placeholder {
    color: #fe019d !important;
}
::-moz-placeholder {
    color:#fe019d !important;
}
:-ms-input-placeholder {
    color:#fe019d !important;
}
:-moz-placeholder {
    color: #fe019d !important;
}
.campaign_banner {
    padding: 3rem 5rem;
}
.globalClass select {
    background-color: white;
    color: #fe019d;
}
.globalPrivacy .webform-element-description, .white {
    font-size: 16px !important;
    color:  var(--c-subcolor-3) !important;
}
.webform-confirmation__message {
    margin: 0rem !important;
    padding: 5rem;
}

@media (min-width: 767px) {
.newsletter-webform {
    max-width: 80%;
    margin: auto;
    width: 75rem;
}
}