  .en.ticketForm .TicketFormLeftContainer__formTitle{
    font-size: 0
  }
  .en.ticketForm .TicketFormLeftContainer__formTitle::before{
    font-size: 2rem;
    content: 'Contact Wevolt Support'
  }
.en.ticketForm .TicketFormLeftContainer__sectionName.Ticket_Information{
  font-size: 0
}
.en.ticketForm .TicketFormLeftContainer__sectionName.Ticket_Information::before{
  font-size: 16px;
  content: 'Need help or have a query for Wevolt? Submit the form below and one of the Wevolt Team will contact you as soon as possible'
}
.ticketForm #field_departmentId{
  display: none
}
.en.ticketForm #field_contactId .FormElement__formLabelvertical{
  font-size: 0
}
.en.ticketForm #field_contactId .FormElement__formLabelvertical::before{
  font-size: 1rem;
  content: "Name"
}
.en.ticketForm #field_contactId .FormElement__required{
  font-size: 1rem
}
.en.ticketForm #field_email .FormElement__formLabelvertical::after {
    color: #777;
    font-size: .75rem;
    display: block;
    position: relative;
    content:'If you’re a Wevolt customer, please use the email address you use to log in to Wevolt';
    line-height: normal;
    margin-bottom: 9px;
    top: -3px
}
