@charset "utf-8";
/* CSS Document */

.formheadlineholder
{
	
}

.formheadline
{
	font-size: calc(21px + (24 - 21) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
}

.formcopyholder
{
	margin-bottom:20px;
	line-height:130%;
}

.field
{
	background-color:#FFF;
	width:65%;
	float:left;
	text-align:center;
}

.fieldcopy
{
	padding-top: 10px;
	padding-bottom:10px;
}

.signup
{
	background-color:#540101;
	color:#FFF;
	width:33%;
	float:right;
	text-align:center;
}

.signupcopy
{
	padding-top:10px;
	padding-bottom:10px;
	font-weight:600;
}