  .hideStandardLabel-ew {
      display: none;
  }

  .dataField-ew input, select, table {
      margin: 0.5em 0em;
      padding: 0.5rem 0.625rem 0.5625rem;
      width: -webkit-fill-available;
  }

  .consentCheckFix-ew, table { 
    padding: 0px!important;
  }

  .fu_checkbox-marginFix-ew {
      margin-top: 1em;
  }

  .fu_checkbox {
    width: 1em!important;
  }

  .inputLabelFix-ew {
      width: 2em!important;
  }

  .radio-widhtfix-ew {
      width: auto!important;
  }

  .SubmitBtn-ew {
    border: 2px solid ;
    background: #33464D;
    color: #fff;
    font-size: 1.1146rem;
    font-family: Archivo;
    font-weight: 400;
    height: 3.5rem;
    width: 100%;
    cursor: pointer;
    border-radius: 0px;
}    

.SubmitBtn-ew:hover {
    background: #fff;
    color: #33464D;
}  