#logo {
	padding-top: 60px;
	background: url(../ppGraphics/logo_horizontal.svg) no-repeat;
	background-position: -96px;
	background-size: 400px;
}
form div {
	margin: 1em;
}
form div input {
	width: 35ch;
}
form button {
	width: 32ch;
}
div.realData {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}
.error {
	color: #900;
}
@media (max-width: 48em) {
	form input {
		width: 14.5em !important;
		font-size: 16px;
	}
}
