 input[type=text]
 ,input[type=email]
 ,input[type=tel]
 ,input[type=url] 
,.vfbp-form .vfb-form-control {
	border-radius: 0px;
	border: 1px solid lightgrey;
}

.vfbp-form {
     background-color: #E5E5E5;
 }

.vfbp-form label {
	font-weight: 600;
	line-height: 1;
}

.vfbp-form .btn-primary {
	padding: 10px 25px;
    border: none;
    border-radius: 5px;
    background-color: #E2001A;
    border-color: #E2001A;
    text-transform: uppercase;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: 0.5pt;
    color: white;
    cursor: pointer;
}

h2 {
	font-size: 1.5em;
    font-weight: 600;
    line-height: 1.2;
    padding-left: 15px;
    padding-right: 15px;
}

.vfb-form-control textarea {
	border-radius: 0px;
	border: 1px solid lightgrey;
}

.vfbp-form .vfb-required-asterisk {
	color: black;
}