#login > h1 > a {
    display: none;
}

.login h1 {
    background-image: url(img/login-logo.png)
}

.login h1 {
    height: 106px;
    width: 235px;
    background-size: 235px 106px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    border: 0;
}

