#username-label{
    display: none;
}

#password-label{
    display: none;
}

#loginform-label{
    display: none;
}

dd{
    margin: 0 10px 0 !IMPORTANT;
}

#logo-image {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -375px;
}

#logo-image img {
    width: 300px;
}