#signupForm{
    display: inline-flex;
}

#signupForm label{
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

#namecheck {
  position: absolute !important;
  left: -9999px;
  top: -9999px;
  height: 0;
  width: 0;
  opacity: 0;
  pointer-events: none;
}

.newsletter label span{
    padding: 2px 20px;
    font-family: "GT America Expanded";
    font-family: "GT America Extended",Arial,Helvetica,sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 200px;
    display: block;
}

.newsletter label input{
    width: 250px !important;
    background: white;
    font-family: "GT America Extended",Arial,Helvetica,sans-serif!important;
    font-weight: 500;
}