    body.login h1 a { 
        background: url(../images-eastmeon/login-logo.png) no-repeat bottom center !important;
        background-size:auto !important;
        margin-bottom:28px;
        min-height:80px;
        /*height: 125px !important; */
        /* v1.0 - required for WP 4.1.1 upgrade */
        width:100%;
    }    

	body.login {
		background: #59726F;
		min-width: 0;
	}
	
	body.login #backtoblog, body.login #nav {
		text-align: center;
	}
	

	body.login #backtoblog a, body.login #nav, body.login #nav a, body.login #nav a:visited{
		color: #fff !important;
		text-shadow:none;
	}
	
	body.login #backtoblog a:hover, body.login #nav a:hover {
		text-shadow:none;
		color: #EDE4B1 !important;
	}
	
