/*  __                _
   / /   ____  ____ _(_)___
  / /   / __ \/ __ `/ / __ \
 / /___/ /_/ / /_/ / / / / /
/_____/\____/\__, /_/_/ /_/
            /____/ */

body.login {

	background: black url('../../images/login/sign.jpg') center center;
	background-size: cover;
}

body.login div#login {

	padding: 12% 0 0;
}

body.login div#login form#loginform {

	margin-top: 0;
	border-radius: 5px 5px 0 0;
	background: rgba(255,255,255,0.90);
}

body.login div#login p#nav {

	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(255,255,255,0.90);
	margin-top: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}

body.login div#login p#backtoblog {

	padding-top: 5px;
	padding-bottom: 15px;
	background: rgba(255,255,255,0.90);
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

body.login div#login h1 a {
	background-image: url('../../images/login/chimp.svg');
	background-size: auto 100%;
	background-position: center top;
	background-repeat: no-repeat;
	color: #999;
	height: 120px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	width: 100%;
	text-indent: -9999px;
	outline: none;
	overflow: hidden;
	display: block;
}