body
{
	background-color: #3b5998;
}

div.logo
{
	text-align: center;
}

label
{
	font-size: 12pt;
}

input[type=text],
input[type=password]
{
	border: thin solid #222;
	border-radius: 5px;
	margin: 4px 0 2em;
	padding: 0.75em;
}