
body, html {
	background: #f4f5f6 none repeat scroll 0 0;
}


.login h1 a {
	background-image: none, url("../images/logo@2x.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 320px auto;
	display: block;
	font-size: 20px;
	height: 84px;
	line-height: 1.3em;
	margin: 0 auto 25px;
	outline: 0 none;
	padding: 0;
	text-indent: -9999px;
	width: 320px;
}

.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 38px 40px 60px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
	border: none;
	border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
}

