#lf_form_container {
background: #ababab;
padding: 25px 25px 25px 25px !important;
}
.buttons {
text-align: center;
}
#lf_first_name_block {
text-align: center;
}
#lf_last_name_block {
text-align: center;
}
#lf_email_block {
text-align: center;
}
#lf_phone_block {
text-align: center;
}
#lf_message_block {
text-align: center;
}
#lf_message {
font-size: 14px;
padding-top: 2em;
text-align: center;
background-color: #eee;
width: 70%;
height: 9em;
}
#lf_phone {
font-size: 14px;
text-align: center;
background-color: #eee;
width: 50%;
height: 4em;
}
#lf_email {
font-size: 14px;
text-align: center;
background-color: #eee;
width: 50%;
height: 4em;
}
#lf_first_name {
font-size: 14px;
text-align: center;
background-color: #eee;
width: 50%;
height: 4em;
}
#lf_last_name {
text-align: center;
font-size: 14px;
text-align: center;
background-color: #eee;
width: 50%;
height: 4em;
}
h3 {
text-align: center;
font-weight: 300;
font-size: 47px;
color: #ffffff !important;
font-family: Open Sans,Arial,sans-serif;
padding-bottom: 3%;
}
.button_text {
font-size: 20px;
font-weight: 500;
line-height: 1.7em !important;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
border-radius: 3px;
border: 2px solid white;
transition-duration: .4s;
transition-property: all !important;
font-family: inherit;
display: inline-block;
cursor: pointer;
padding: 5px 22px;
}