.web-to-lead {
    background-color: #fff0;
}
.web-to-lead .text-danger {
	display:none;
}
.web-to-lead input {
    height: 44px;
}
.web-to-lead textarea {
   height: 100px;
    line-height: 2;
    resize: none;
}
body.web-to-lead #form_submit {
    background-image: linear-gradient(45deg, #281a8b, #6284db);
	font-size: 1.4rem;
    line-height: 30px;
    padding: 1rem 3rem;
    padding-top: 1rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
        border-radius: 37px;
}

body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
	    background-image: linear-gradient(45deg, #6284db, #281a8b);
}
.form-group {
    min-height: 44px;
}