html {
	height: 100%;
	width: 100%;
	background-color: #868607;
}
body {
	padding: 0;
	margin: 0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 1.2em;
}
.logo {
	width: 100%;
	height: 283px;
	position: relative;
	background: url(/img/login-tree.png) center bottom no-repeat #fff;
}
.container {
	width: 100%;
	position: relative;
	background: url(/img/login-bg.png) left top repeat-x;
}
.form {
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	color: white;
}
.form img {
	margin-bottom: 20px;
}
.form p.message {
	color: darkred;
	font-weight: bold;
}
.form li {
	font-size: 0.8em;
	list-style-type: none;
}
.footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background-color: #181801;
}