/* Enter Your Custom CSS Here */


.half_contact .salesforce_w2l_lead .w2limg {
    width: 45%!important;
    height: 96px;
    margin: .50em!important;
    border: 1px solid #0681fc;
}

.half_contact .salesforce_w2l_lead .w2linput.text.captcha {
    width: 45%!important;
    height: 96px!important;
    margin: 0.2em 0 0 .6em!important;
}

.select {
  padding-left:10px;
}

.textarea {
  padding-left:10px;
  padding-top:5px;
}

.salesforce_w2l_lead .w2linput.text, .w2linput.select {
width: 90%!important;
      height: 27px!important;
    margin: .50em!important;
}


.salesforce_w2l_lead .w2linput.textarea {
 width: 100%!important; 
}

.sf_field_description.sf_feild {
  width:100%;
}

.sf_field_captcha.sf_field{
  width:100%!important;
}

.salesforce_w2l_lead .sf_field{
display: inline-block;
width: 49%;
}


.salesforce_w2l_lead .w2limg {
  width: 25%!important;
  height: 37px;
  margin: .50em!important;
  border: 1px solid #0681fc;
}

.salesforce_w2l_lead .w2linput.text.captcha {
      width: 25%!important;
    height: 37px!important;
    margin: 0.2em 0 0 0.5em!important;
}

.salesforce_w2l_lead .sf_type_textarea {
        width: 95%!important;
    margin: .50em!important;
}

.salesforce_w2l_lead .w2linput.submit {
      background: transparent;
    color: #0681fc;
    border: 2px solid #0681fc;
      padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    font-family: 'Montserrat',Arial,Helvetica,sans-serif;
    font-weight: 700;
  letter-spacing: 2px;
    margin: .50em!important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.salesforce_w2l_lead .w2linput.submit:hover {
  color:#e0e0e0;
  border: 2px solid #e0e0e0;
}



