.fnamecol{
display:inline-block !important;
width: 49%;
float: left;
}

#lf_first_name{
width:100%;
background-color: #bfe8ff;
}

#lf_last_name{
width:100%;
background-color: #bfe8ff;
}

.lnamecol{
display:inline-block !important;
width: 49%;
float: right;
}

.emailcol{
display:inline-block !important;
width: 49%;
float: left;
padding-top: 10px;
padding-bottom: 10px;
}    

#lf_message{
width:100%;
max-width:100%;
height: 150px;
background-color: #bfe8ff;
}

.phonecol{
display:inline-block !important;
width: 49%;
float: right;
padding-top: 10px;
padding-bottom: 10px;
}

#lf_email{
width:100%;
background-color: #bfe8ff;
}

#lf_phone{
width:100%;
background-color: #bfe8ff;
}

input{
height: 45px;
padding: 15px !important;
border:none !important;
}


textarea{
padding: 15px !important;
border:none !important;
}

#saveForm{
border-radius: 5px;
margin-top: -7px;
width:100%;
font-weight: bold;
}


#lf_form_container .buttons{
text-align: end !important;
}

#lf_form_container h3{
font-size: 18px;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
    background: grey;
border: none;
    outline: none;
    position: relative;
    left: -5px;
    top: 2px;
}

#lf_disclaimer{
margin-top: -10px;
color: #0074a3;
}
.button_text{
margin-top: 10px !important;
    font-size: 14px;
    text-transform: uppercase;
    height: 48px;
font-weight: 500 !important;

}