p, br{
    display: none;
 }
 
 .formContainer{
     display: flex !important;
     justify-content: center !important;
     /* align-items: center !important; */
     font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
      max-width: 45vw;
     box-shadow: 3px 3px 10px rgba(116, 116, 116, 0.8) !important; /* Add box shadow */
     margin: auto !important;
     flex-direction: column !important;  
     height: auto !important;
     /* background-color: rgb(255, 255, 255) !important; */
     padding: 2em;
 }
 

 
 #submitSection
 {
     padding-top: 1em !important;
     
 }
 
 
 /* bootstrap override */
 .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
     background-color: rgba(199,8,27,1) !important;
 }
 
 @media (max-width: 850px){
     .formContainer{
         display: flex !important;
         justify-content: center !important;
         /* align-items: center !important; */
         font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
          max-width: 90vw;
         box-shadow: 3px 3px 10px rgba(116, 116, 116, 0.8) !important; /* Add box shadow */
         margin: auto !important;
         flex-direction: column !important;  
         height: auto !important;
         /* background-color: rgb(255, 255, 255) !important; */
         padding: 2em;
     }
 
 
 
 
     .formContainer input[type="checkbox"]
     {
         margin: 0;
         padding: 0;
         width: auto;
     }
 
     
     
    
 }