body {
	margin: 0;
	padding: 40px 20px;
	background-color: #ffffff;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: #333333;
}
.card {
	max-width: 480px;
	margin: 0 auto;
	text-align: center;
}
.header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	border-bottom: 2px solid #b4b8ff;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.header img {
	width: 110px;
	height: auto;
	display: block;
}
h1 {
	margin: 0;
	text-align: left;
	font-family: Questrial, "Avant Garde", "Avant Garde Gothic", "ITC Avant Garde Gothic", "Century Gothic", CenturyGothic, Futura, "Futura PT", AppleGothic, sans-serif;
	font-size: 24px;
	font-weight: 300;
	color: #7A81FF
}
p.tagline {
	margin: 0 0 32px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 16px;
	color: #555555;
}
p.blurb {
	font-size: 18px;
	line-height: 1.5;
	color: #555555;
	text-align: left;
	margin: 0 0 28px;
}
label {
	display: block;
	text-align: left;
	font-size: 15px;
	color: #555555;
	margin-bottom: 6px;
}
.field {
	display: grid;
	grid-template-columns: 1fr 300px 1fr;
	align-items: center;
	margin: 0 0 14px;
}
.field label {
	margin: 0;
	padding-right: 12px;
	text-align: right;
	white-space: nowrap;
}
.field input {
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-size: 16px;
	color: #555555;
}
.field input:focus {
	outline: none;
	border-color: #7A81FF;
}
button {
	display: inline-block;
	width: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 14px 28px;
	font-size: 17px;
	font-weight: 600;
	color: #ffffff;
	background-color: #7A81FF;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
button:hover {
	background-color: #6168e6;
}
.hp {
	position: absolute;
	left: -9999px;
}
p.fineprint {
	font-size: 13px;
	color: #999999;
}
a {
	color: #7A81FF;
}
