.globalClass.first input,
.globalClass.last input,
.globalClass.email input {
  color: #fff !important;
    background: #5E2D92 !important;
    border-radius: 1rem !important;
}
h1.text-align-center {
    color: white;
    font-size: 3rem;
}
h2.text-align-center {
    color: white;
    font-size: 2rem;
}
p.text-align-center {
    text-align: center !important;
    color: white;
}
.captcha__description, .captcha__title {
    color: #fff;
    font-weight: 800;
    text-align: left !important;
}
a.white{
    color: #fff !important;
}
p.white{
    text-align: left;
    font-size: 2rem;
    color: #fff;
}
.globalPrivacy .webform-element-description{
    color: #fff !important;
}
.globalFormSubmit .webform-button--submit{
   border-radius: 1rem !important;
    font-weight: bold;
   background-color: #F15922 !important;
   color: #5E2D92 !important;
}
#edit-processed-text-01{
font-size: 1.5rem;
  color: #fff !important;
}
.news-letter__inner-content-wrapper {
    background-color: #5E2D92 !important;
    margin: -1rem !important;
}
.news-letter__inner{
    text-align: left !important;
}
button[type=reset] {
    display: none;
} 
div#edit-processed-text-01--2 {
    color: white;
}

.news-letter .popupClosed .clear-icon::after{
color: white !important;
}


@media (min-width: 1024px) {
  .webform-submission-form  {
    width: 100% !important;
    max-width: 75rem !important;
    margin: 0 auto !important;
  }

  .globalClass.first, .globalClass.last {
    max-width: 32.2rem;
    left: 6.5rem;
  }
  .globalClass.first, .globalClass.last {
    width: 100%;
    float: left;
    position: relative;
  }
  .first .globalElement, .last .globalElement {
    max-width: 94% !important;
    width: 97% !important;
    float: left;
  }
  .globalClass.favorite .form-item__dropdown {
    border-radius: 1rem !important;
    max-width: 65rem;
    width: 63.5rem;
    border-radius: 5px;
  }
  .globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement {
    max-width: 65rem;
    width: 63.5rem !important;
  }
  .globalClass.first, .globalClass.last {
      max-width: 32.8rem;
  }
  .globalClass.first, .globalClass.last {
      width: 50rem;
margin-bottom: 10px;
  }
.webform-submission-pop-up-add-form .globalClass.last {
    float: right;
    left: -30px;
}
.webform-submission-pop-up-add-form .globalClass.first + span {
        position: relative;
        top: 63px;
        right: 26rem;
        display: flex;
        float: left;
    }
.webform-submission-pop-up-add-form .globalClass.last + span {
        position: relative;
        top: 58px;
        left: 6.3rem;
        display: flex;
        float: left;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .webform-submission-pop-up-add-form .globalClass.email input {
        margin-left: 9.5rem;
        max-width: 32.2rem !important;
        width: 100% !important;
    }
    .webform-submission-pop-up-add-form .globalClass.first input{
        max-width: 32.2rem !important;
        width: 100% !important;
        position: relative;
        display: block;
    } 
    .webform-submission-pop-up-add-form .globalClass.last input{
        max-width: 32.2rem !important;
        width: 100% !important;
        position: relative;
        display: block;
    }
    .webform-submission-pop-up-add-form span.validation-error {
        max-width: 31rem;
    }
    .webform-submission-pop-up-add-form .captcha {
        max-width: 31rem;
    }
}