    body.login h1 a { 
        background: url(../images-stainedglass/glaziers-logo.png) no-repeat bottom center !important;
        background-size:auto !important;
        margin-bottom:14px;
        min-height:175px;

        /*height: 125px !important; */
        /* v1.0 - required for WP 4.1.1 upgrade */
        width:100%;
    }    

	body.login {
		background: #2f4e7e;
		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: white !important;
		text-shadow:none;
	}
	
	body.login #backtoblog a:hover, body.login #nav a:hover {
		text-shadow:none;
		color: #eccb20 !important;
	}
	
