body.login-pf {
    background: url("houston-background-light.svg") no-repeat 50% 0;
    background-size: cover;
    background-color: #101010;
}

#badge {
    width: 300px;
    height: 65px;
    background-image: url("45drives-ubuntu-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0px;
    right: 0px;
}

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

#brand:before {
    content: "Ubuntu 20.04.6 LTS";
}

#index-brand {
    content: "Ubuntu";
}

#index-brand:before {
    content: "Ubuntu";
}