 #logoutDetails{
       display:none;
 }
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
 .html{
   font-family: 'Roboto', sans-serif;
 }
.en.ticketForm .TicketFormLeftContainer__formTitle::after{
  content: "Have a question that the Knowledge Base couldn’t answer? Your VOX Support Team is here to help! Complete the fields below and provide a detailed description of your issue. If using the VOX app, include the type of mobile device you’re using (i.e. Apple or Android). If using a web browser, please specify which one (i.e. Safari or Chrome). If you are a patient utilizing a VOX program, be sure to NOT include any personally identifiable health information. If you are having a clinical issue, contact your physician's office directly. If you are having a medical emergency, dial 911 or go to your nearest emergency room.";
  display: block;
  margin-top: 10px;
  font-weight: 600;
  color: #333;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  background: rgb(251 221 178);
  border-left: 3px solid rgb(238, 163, 57);
}
.en.signin .Signin__loginHead::before{
    display: block;
    content: 'If you’re experiencing an issue, select Knowledge Base at the top of the page to search our online database for assistance. If this doesn’t solve the issue, select Home > Submit a ticket to reach the VOX Support Team. We will be in touch!';
    margin-bottom: 10px;
    font-weight: 600;
    color: #333;
    font-size: 12px;
    padding: 10px;
    border-radius: 5px;
    background: rgb(251 221 178);
    border-left: 3px solid rgb(238, 163, 57);
}
