#cv-lead-form input {
	display: block;
	padding: .8em .9em;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 3px #ddd;
	border-radius: 4px;
	vertical-align: middle;
    width: 90%;
}
#cv-lead-form input[type="checkbox"] {
	display: inline-block;
     width: auto !important; 
    
}
#cv-lead-form label {
	font-size: 14px;
	margin-bottom: 5px;
	
}
.item-form {
	margin-top: .5em;
}
	#cv-lead-form button[type="submit"] {
	font-family: inherit;
	padding: 0 29px;
    line-height: 47px;
    font-size: 16px;
	color: white;
	border: 1px solid #999;
	border: none transparent;
	background-color: #1E73BE; /* coloque aqui a cor de background do botão */
	text-decoration: none;
	border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
	transition: 250ms ease-in-out;
	outline: 0;
	cursor: pointer;
   height: 47px;
}
#cv-lead-form button[type="submit"]:hover {	
	opacity: 0.88;
}