
body.login {
	padding-top: 100px;
}

div#login {
	background: none repeat scroll 0 0 #FFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
	font-weight: 400;

	overflow: hidden;
	padding: 15px 5px 15px;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	clear: both;
}

.login form {
	background: none;
	box-shadow: none;
	padding: 0 25px 30px;
}
.login h1 {
	margin-top: 12px;
	margin-bottom: 16px;
}
.login h1 a {
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	width: 280px;
	height: 65px;
	margin-bottom: 0;
}

.login #nav {
	display: none;
}
.login #backtoblog {
	text-align: center;
}


#loginform strong {
	display: block;
}