div#lf_form_containerr p {
padding-bottom: 0;
}

div#lf_form_container p label.description {
	width: 100%;
	color: #000 !important;
}

div#lf_form_container p input, div#lf_form_container p textarea {
    width: 100%;
    margin-bottom: 18px;
    padding: 10px 20px;
    background-color: #f1f0f0;
    border: 1px solid #004d41;
    transition: background .3s ease;
    font-size: 18px;
}

div#lf_form_container p textarea {
	max-width: 100%;
	min-width: 100%;
}

p#lf_disclaimer input#lf_disclaimer {
      float: left  !important;
      width: 20px !important;
}

p#lf_disclaimer label {
    line-height: 1px !important;
    font-size: 17px !important;
    padding-left: 20px  !important;
}

input#saveForm {
    position: relative;
    float: left;
    margin-top: 20px;
    padding: 10px 70px;
    background-color: #660820 !important;
	color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
}