

   
   .formDiv{
     border: 2px solid #6EC1E4;padding: 40px;border-radius: 20px;
   }
   
   
   .inputComplainant{
        margin-bottom: 10px;
   }
   
   h3{
       margin-bottom: 1px;
        margin-top: 12px;
   }
   
   #add-file-button , #add-attache-button {
       background: white;
    border: 2px solid var(--e-global-color-primary);
    border-radius: 11px;
   }
   
   
   
   
   
   .uploadFile{
    background: #e1e7d9;
  border: 2px solid var(--e-global-color-primary);
  border-radius: 11px;
  width: 33%;
  padding: 2px 24px;
  cursor: pointer;
   }
       
  .file-label{
      cursor: pointer;
  }
   
   
  .submit{
    background-color: var(--e-global-color-secondary); /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
  } 
  
  .wrning-inline {
  color: #ff5c5c;
  display: list-item;
}