body {
    background-image: url('../../img/backgrounds/login_bg.jpg');
}

[data-bs-theme="dark"] body {
    background-image: url('../../img/backgrounds/login_bg_dark.jpg');
}

#brand {
    font-size: 60px;
    color: white;
}

#brand img {
    width: auto;
    height: 60px;
    vertical-align: -8px;
}

.text-left {
    text-align: left;
}
