.bg-dark {
    --bs-dark-rgb: 33, 37, 41;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.popup-bg-color {
    background: linear-gradient(#000C04, #202C24);
}

.login-image {
    background-image: url("../assets/img/icons/background.svg");
    background-repeat: no-repeat;
    width: auto;
    height: 48px;
    background-position: center center;
    margin-bottom: 16px;
}
