body {
    background-color: var(--bs-light);
}
img.avatar {
    object-fit: cover;
}
.bg-priority {
    background-size: cover;
    background-position: center;
}
.bg-login {
    background-image: url(../../src/img/bg-login.jpg);
    background-size: cover;
    background-position: center;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: var(--bs-warning) !important;
    color: white !important;
}