/* SalesForce WordPress to Lead Default CSS */

.salesforce_w2l_lead #sf_form_salesforce_w2l_lead_3 input[type="text"] {
    border-left-color: #e7e7e7;
    border-width: 1px 1px 1px 1px;
}
.salesforce_w2l_lead #sf_form_salesforce_w2l_lead_3 input[type="submit"]{
    background:linear-gradient(0deg, rgba(0,0,0,0.2), rgba(0,0,0,0.2)),var(--wpforms-button-background-color);
}
.salesforce_w2l_lead #sf_form_salesforce_w2l_lead_3 label
{
    font-weight: 700 !important;
}

.salesforce_w2l_lead #salesforce_w2l_lead_3{
    padding: 15px;
    background: #e0ffc7;
    border: 1px solid #b4d39b;
    font-weight: 200 !important;
}
