body.login{
	background: #cecece;
}

.login h1 a {
    background-image: url(../images/logo.png);
    background-size: 133px;
    background-position: center top;
    background-repeat: no-repeat;
    color: #444;
    height: 100%;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-indent: -9999px;
    outline: 0;
    display: block;
}

.login h1 {
    text-align: center;
    height: 45px;
}
