#login {
	padding: 8% 6% 0;
	position: relative;
	z-index: 1000;
	background:no-repeat;
}
.wp-core-ui .button-primary {
	border: none;
	box-shadow: none;
}
.wp-core-ui .button-primary:hover {
	opacity: 0.8;
}
#login .button-primary {
	text-shadow:none;
	border:0px;
	box-shadow:none;
}
.login:after {
	background-color: transparent;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.login .fake_login_after {
	background-color: transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}