.en.signup #field_email .Form__labelText,
.en.signup #field_cf_contact_state .Form__labelText,
.en.signup #field_cf_contact_country .Form__labelText,
.en.signup #field_cf_segment .Form__labelText,
.en.signup #field_phone .Form__labelText{
  font-size: 0
}
.en.signup #field_email .Form__labelText::before{
  font-size: 1rem;
  content: "Email Address"
}
.en.signup #field_cf_contact_state .Form__labelText::before{
  font-size: 1rem;
  content: "State"
}
.en.signup #field_cf_contact_country .Form__labelText::before{
  font-size: 1rem;
  content: "Country"
}
.en.signup #field_phone .Form__labelText::before{
  font-size: 1rem;
  content: "Phone Number"
}
.en.signup #field_cf_segment .Form__labelText::before{
  font-size: 1rem;
  content: "Type of Institution"
}

.signup .Signup__loginBottom [data-id="signup_cancel"],
.ticketList .TicketListLeftContainer1__filter_channel,
.ticketList .My_On_Hold_Tickets,
.ticketList .My_Overdue_Tickets{
  display: none
}


