body.login-pf {
    background: url("bg-plain.jpg") no-repeat 50% 0;
    background-size: auto;
    background-color: #101010;
}

#section-title-Apps {
    display: none;
}

#badge {
    width: 225px;
    height: 97px;
    background-image: url("img/Tenable-Core-VRT-WHT.svg");
    background-size: contain;
    background-repeat: no-repeat;
    /* cockpit's dark theme injects a translucent overlay over the page at
     * z-index 1 which mutes our logo so we need to stay above it. */
    z-index: 2;
}

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

#brand:before {
    content: "<b>Tenable Core</b>";
}

#index-brand:before {
    content: "<b>Tenable Core</b>";
}

#option-group {
    height: 0;
    margin: 0;
    left: -10000px;
    padding: 0;
    position: absolute;
    visibility: invisible;
    width: 0;
}
