/****************************
	* Pardot Form Styles
****************************/

/* Font import */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/*	SUBMISSION/THANK YOU PAGE STYLES
	#pardot-form h1,h2 {
		font-size: 47px;
		text-align: center;
		color: #336195;
		font-family: sans-serif;
		font-weight: lighter;
		line-height: 56px;
		padding: 50px 20px;
	}
	#pardot-form p {
		font-size: 20px;
		text-align: center;
		color: #336195;
		font-family: sans-serif;
		font-weight: lighter;
		line-height: 32px;
		padding: 50px 20px;
	}
*/

/* Main Form Styles */
#pardot-form {
	padding: 30px 0;
}
#pardot-form .form-row {
	display: flex;
	flex-wrap: wrap;
	font-family: 'Roboto', sans-serif;
}
#pardot-form h1,h2,h3,h4,h5,h6,p {
	color: #336195;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 40px;
}
#pardot-form p {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
#pardot-form .form-field {
	transition: all .3s ease;
	box-sizing: border-box;
	width: calc(50% - 12.5px);
	margin: 0 25px 25px 0;
}
#pardot-form .form-field:nth-child(even) {
	margin-right: 0;
}
#pardot-form .form-field label {
	display: block;
	color: #666666;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 5px;
}
#pardot-form .form-field input {
	display: block;
	width: -webkit-fill-available;
	height: 47px;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	line-height: 24px;
	border: 1.5px solid #d9d9d9;
	border-radius: 3px;
	padding: 5px 10px;
}
#pardot-form .col-auto {
	text-align: center;
	margin: 50px 0 0;
}
#pardot-form .btn {
	cursor: pointer;
	transition: all .3s ease;
	background: #336195;
	border: 1px solid #336195;
	border-radius: 5px;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: medium;
	text-transform: uppercase;
	padding: 17px 25px;
}
#pardot-form .btn:hover {
	background: #9C0A16;
}
textarea {
    width: -webkit-fill-available;
    height: 54px;
    border: 1.5px solid #d9d9d9;
}
@media(max-width:768px) {
	#pardot-form .form-field,
	#pardot-form .form-field:nth-child(even) {
		width: 100%;
		margin-right: 0;
	}
	#pardot-form .col-auto {
		margin: 30px 0 0;
	}
}
		<base href="" >
		<meta charset="utf-8"/>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
		<meta name="description" content="%%description%%"/>
		<title>%%title%%</title>