body.web-to-lead #form_submit {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 30px;
    background: linear-gradient(90deg,#3ba2f5 0%,#4e8aea 100%);
    margin-top: 30px;
}

body.web-to-lead #form_submit:hover,
body.web-to-lead #form_submit:active {
	background: #333;
	color: #fff;
}

body.web-to-lead input {
 padding: 5px 20px;
    border-radius: 30px;
    border: 1px solid #7d7d7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    line-height: 1;
    height: 36px;
}

body.web-to-lead textarea#description {
    border-radius: 30px;
	padding: 10px 30px;
	border: 1px solid #7d7d7d;
}

body.web-to-lead textarea#address {
	 border-radius: 30px;
	 padding: 10px 30px;
	border: 1px solid #7d7d7d;
}