/* Enter Your Custom CSS Here */

.gform_body ul li .gfield_label{
 display: none !important; 
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
   
    width: 100% !important;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {

    width: 100% !important;
}

.gform_wrapper form {
   

    padding: 32px !important;
  /*background: rgba(0, 131, 193, 0.75) !important; */
  background: url(https://nycmetroinsurance.com/new/wp-content/uploads/2016/09/nyc.jpg); 
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.74);
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
background: #0083c1 !important;
    color: white !important;
    width: 100% !important;
  font-size: 26px !important;
  
}

.tp-mask-wrap a{
background-color: #0083c1 !important;
}
