#lf_first_name {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

#lf_last_name {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

#intake_form_contacts_0_company {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

#lf_email {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

#lf_phone {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

#lf_message {
     border-top: 0px;
     border-right: 0px;
     border-bottom: 1px solid #757575;
     border-left: 0px;
     width: 60%;
}

input#saveForm.button_text {
     width: 10em;
     border: 1px solid #C25E03;
     border-radius: 0px;
}

/*input#lf_disclaimer {
     display:none;
}*/

#inputlf_disclaimer {
     width: 25px;
     height: 20px;
     border: 2px 2px 2px 2px solid red !important;
}

label.description {
     line-height: 21px;
     font-size: 16px;
     color: #757575;
}

/*this only pertains to the container version*/
/*elementor.elementor .e-con&gt;.elementor-widget {
     padding-left: 30px;
}*/

#lf_form_container {
     margin-left: 50px;
}

@media (max-width: 1024px) {
     #lf_form_container {
          margin-left: 0px;
}
}

.lf_success {
     font-size: 18px;
     color: #74AA50;
     margin-left: 50px;
}

@media (max-width: 1024px) {
     .lf_success {
          margin-left: 0px;
}