body {
	background: #2d2c28;
}

.login #logo {
	display: block;
	margin: 150px auto 50px;
	width: 360px;
	height: 40px;
	background: url('/static/images/logo.svg') no-repeat center;
	background-size: contain;
	text-indent: -9999px;
}

.login #content-main {
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding: 10px;
}