body {
	background: #fff;
	position: relative;
}
body:after {
	content: "";
	position: fixed;
	left: 50%;
	top:0;
	bottom: 0;
	right: 0;
	background: url(images/admin-login.png) no-repeat 50% top /cover;
	z-index: -1;
}

#login {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	padding-bottom: 5%;
}
#login h1 a {
	background: url(images/admin-logo.jpg) no-repeat center center / cover;
	height: 180px;
	width: 250px;
}
#login form {
	border:0;
	box-shadow: none;
	padding-bottom: 0;
	background: none;
}
.login label {
	font-style: 16px;
}
#login form .input {
	border-radius: 0;
	font-size: 16px;
	padding: 5px 10px;
}
#login form p.submit {
	clear: both;
	float: none;
	padding: 10px 0 0;

}
#login form p.submit .button {
	background: #000;
	color: #f0e629;
	clear: both;
	float: none;
	width: 100%;
	padding: 5px 20px;
	border:0;
	border-radius: 0;
	font-size: 16px;
}
#login #backtoblog {
	display: none;
}