body {
	margin: 0;
	padding: 40px 20px;
	background-color: #ffffff;
	font-family: 'Helvetica Neue', 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-size: 24px;
	font-weight: 600;
	color: #555555
}
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;
}
input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	padding: 12px 14px;
	font-size: 17px;
	border: 1px solid #cccccc;
	border-radius: 6px;
	margin-bottom: 20px;
}
input[type="email"]:focus {
	outline: none;
	border-color: #7A81FF;
}
button {
	display: inline-block;
	width: 100%;
	padding: 14px;
	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;
	margin-top: 24px;
}
