div.ds-logo-text {
    background-image: url(../img/dragon-key.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 95px;
    width: 110px;
    margin: 0 auto;
    image-rendering: pixelated;
}
div.ds-logo-text span {
    display: none;
}
.login-pf body {
    background: url(../img/login-bg.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}