#login-form-logo
{
	margin-top: 10em;
	height: 8em;
}

.login-form
{
	max-width: 20em;
}

.sr-only
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

#username-form
{
	margin-bottom: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#password-form
{
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}