/* Ninja Form overright */
.nf-field-label label {
    color: white !important;
    font-family: "Darker Grotesque", Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight:500 !important;
  }
  .nf-form-fields-required{
  color: white !important;
  font-family: "Darker Grotesque", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight:500 !important;
  }
  .nf-form-content input:not([type="button"]){
  color: black !important;
  }
  .nf-form-content input[type="button"]{
  border-radius: 10px !important;
  
  }

  .nf-form-content textarea{
    color: black !important;

  }