/*initially we show nothing but the login page*/
div#page-contact {
	display: none;
}
div#page-contact-card {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-left: 210px;
}
div#page-contact-card-logo {
	text-align: center;
	margin-bottom: 20px;
}
div.page-contact-card-text {
	font-size: 16px;
	margin-bottom: 10px;
}
img#page-contact-card-logoimg {
	width: 160px;
}
