#login-error {
    padding: 20px 0;
    min-height: 20px;
}
#login-links {
    margin-top: 40px;
}
#login-links ul {
	list-style-type: none;
}
#login-links li {
	margin-top: 20px;
	text-align: center;
}
#login-links a.oauth-link.google {
	display: inline-block;
	background: url(images/sign-in-with-google.png) center center no-repeat;
	background-size: 248px auto;
	width: 242px;
	height: 50px;
	text-indent: -9999px;
}