#login{
	width: 375px;
	padding-top: 90px;
}

body.login{
	background: url('./images/body-bg.png');
	background-size: cover;
	background-position: top left;
}

.login form{
	margin-top: 0px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: none;
	background: #F6F1E9;
}

.login h1 a{
	display: none;
	height: 0px;
}
.login h1:before {
	background-image: url('images/logo-compion.png');
	display: block;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 60px;
	margin-bottom: 30px;
	background-position: center bottom;
}

#login_error, .login .message{
	position: absolute;
	top: 20px;
	width: 347px;
}

.login #login_error{
	top: 120px;
}