.contact .form-control {
font-size: 14px;
height: auto; 
padding: 10px;
border-radius:0;
width: 100%;
display: block;
}
.contact textarea.form-control{
height: 136px;
}
label.error{
padding-left: 0;
display: block;
}
label.checked{
display: none !important;
}