.salesforce_w2l_lead.sf_two_column .sf_field .w2llabel {
    width: auto;
    display: block;
    float: none;
    color:#fff;
    text-transform:uppercase;
}

.salesforce_w2l_lead.sf_two_column .w2linput.text, .salesforce_w2l_lead.sf_two_column .w2linput.select, .salesforce_w2l_lead.sf_two_column .w2linput.date {
  width: 90% !important;}

.salesforce_w2l_lead .top-aligned .w2llabel {
     width: auto;
    display: block;
    float: none;
    color:#fff;
    text-transform:uppercase;
}
.salesforce_w2l_lead .sf_required_fields_msg {
    clear: both;
    display: block;
    float: none;
    color:#fff;
}

.salesforce_w2l_lead .required {
      width: auto;
    display: block;
    float: none;
    color:#fff !important;
    text-transform:uppercase;
}

.salesforce_w2l_lead .w2linput.text {
    width: 100% !important;
}