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

#badge {
    position: fixed;
    bottom: 0px;
    right: 0px;
    inline-size: 220px;
    block-size: 80px;
    background-image: url("45drives-ubuntu-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

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

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