.formResponsive input[type="submit"],
.formResponsive button[type="submit"] {
    background-color: #C01A25;
  	background-image: none;
  	padding: 10px 25px;
  	border-color: #C01A25;
  	border-radius: 0px;
  	font-family: Barlow;
  	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}


.formResponsive input[type="submit"]:hover,
.formResponsive button[type="submit"]:hover {
    background-color: #E30613;
  	background-image: none;
  	padding: 10px 25px;
  	border-color: #E30613;
  	border-radius: 0px;
  	font-family: Barlow;
  	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}



