.globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement {
    border-color: #213f99;
    background: #eeeeee;
    border-radius: 0rem !important;
}
.globalClass select{
font-family: var(--v-form-field-title-font) !important;      
color: #213f99 !important;
border-color: #213f99 !important;
    background: #eeeeee !important;
}
div#edit-processed-text-01 {
    font-size: 1.5rem;
    color: #213f99;
}
::-webkit-input-placeholder {
    color: #213f99 !important;
}
::-moz-placeholder {
    color: #213f99 !important;
}
:-ms-input-placeholder {
    color: #213f99 !important;
}
:-moz-placeholder {
    color: #213f99 !important;
}
@media (min-width: 768px) {
  .webform-submission-form  {
    width: 100% !important;
    max-width: 75rem !important;
    margin: 0 auto !important;
  }
input#edit-last-name {
    margin-left: -1rem;
}
  .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: 92% !important;
    width: 97% !important;
    float: left;
  }
  .globalClass.favorite .form-item__dropdown {
    max-width: 65rem;
    width: 63.5rem;
    border-radius: 5px;
  }
  .globalClass .globalElement, .globalClass .js-form-item, .globalClass .globalTextElement, .globalClass select{
    max-width: 65rem;
    width: 62rem !important;
  }
  .globalClass.first, .globalClass.last {
      max-width: 32.8rem;
  }
  .globalClass.first, .globalClass.last {
      width: 50rem;
  }
}