body {
	-webkit-font-smoothing:antialiased;
}
body.login {
	background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
#login h1 a {
	background-size: 120px;
	width: unset;
	height: unset;
	background-position: center;
	background-repeat: no-repeat;
}
.login form{
	box-shadow:none;
	padding:20px;
	border: 0;
}
#login {
	margin: 60px auto;
	padding: 40px 20px;
	width: 400px;
}
.login label {
	font-size: 14px;
}
.login form .forgetmenot{
	float:none;
}
#login form p.submit{
	margin-top:15px;
}
.login.wp-core-ui .button-primary {
	border: 0;
	box-shadow: none;
	text-shadow: none;
	float: none;
	clear: both;
	display: block;
	width: 100%;
	padding: 7px;
	height: auto;
	font-size: 15px;
}
p#backtoblog
{
	display: none;
}