.navbar-badge {
    top: .4em;
    right: .9em;
}

@media (max-width: 768px) {
    .custom-navbar {
        display: flex !important;
        flex-direction: row !important;
        gap: 1em;
    }
    .navbar-badge {
        top: .4em;
        right: -.6em;
    }
}

.login-page:before {
    background: url("/img/fondo2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    /* filter: blur(1px); */
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.login-box {
    z-index: 99999;
    position: relative;
}