body.login-pf {
    background: url("bizon2.png") no-repeat center center fixed;
    background-size: cover;
    background-color: #101010;
}

/* Move the logo to bottom-right */
#badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    inline-size: 220px;
    block-size: 80px;
    background-image: url("bizonos-o.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Bizon webUI - Custom Title on Top */
#bizon-title {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 28px;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
}

/* Branding text */
#brand {
    font-size: 18pt;
    text-transform: uppercase;
    color: white;
}

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

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

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