body.login-pf {
    background: url("bg-plain.jpg") no-repeat center center fixed;
    background-size: cover;
}

#badge {
    width: 200px;
    height: 200px;
    background-image: url("logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

#brand {
    font-size: 20pt;
    text-transform: uppercase;
}

#login-details {
    display: none;
}
