/*-------------------------------------------------------------------
 LOGIN PAGE
-------------------------------------------------------------------*/

/* html[xmlns], body.login { background: url('../images/login/wallpaper1.jpg') repeat bottom center / cover fixed; } */

body.login div#login {
	padding-top: 20px;
}

body.login div#login h1 a {
	display: block;
	/* background: url('../images/login/logo.jpg') no-repeat 0 0 / 280px 243px; */
	background-size: auto 230px !important;
	width: auto !important;
	height: 230px !important;
	max-width: 100% !important;
	transition: opacity 1s;
	padding-bottom: 0 !important;
}

body.login div#login h1 a:hover {
	opacity: 0.6;
}

#loginform {
	background-color: rgba(255, 255, 255, 0.92);
}

/*
@media only screen and (max-width: 400px), only screen and (max-device-width: 400px) {
}
*/

body.login div#login p#nav a,
body.login div#login p#backtoblog a {
	/* color: #fff !important; */
}
