body.login {
  background-image: url('background-green.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
}
.login h1 a {
  background-image: url('logo-siteyes.png') !important;
}
a{
	color: #fff;
}
.login .message,
.login .message a,
.login .message a:hover{
	color: #333 !important;
}
#loginform{
	background: #55AC62;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 20px;
}
hr{
	border-top-color: #fff !important;
}
.login #nav{
	margin-top: 0;
	margin-bottom: 24px;
	padding-bottom: 10px;
	background: #55AC62;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 12px;
}
.login #nav a, .login #nav a:hover{
	color: #fff;
}
#loginform label{
	color: #fff;
}
#loginform input{
	color: #333;
}
#backtoblog{
	display: none;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	font-size: 40px;
	line-height: 60px;
	text-align: center;
	text-shadow: -1px -1px 0 #276830;
	font-weight: bold;
	
}
#footer-login{
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	min-width: 350px;
	text-align: center;
	
}
#footer-login .title{
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#wp-submit{
	background: #fff;
	color: #333;
	text-shadow: none;
	border: none;
	transition: all 0.8s;
}
#wp-submit:hover{
	background:#276830;
	color: #fff;
	border: none;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (max-device-width : 480px) {
	#header{
		display: none;
	}
	
}