:root {
    --primary-burgundy-bg: #800020;
    --primary-burgundy-text: #800020;
}

.bg-menu-theme .menu-text {
    color: var(--primary-burgundy-text) !important;
}

.bg-menu-theme,
.bg-navbar-theme {
    background-color: #000000 !important;
}

.login-left-image {
    background-image: url('../img/custom/login-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.register-wrapper {
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.register-left-image {
    flex: 1;
    background-image: url('../img/custom/register-image.jpg');
    background-size: cover;
    background-position: center;
    position: sticky;
    top: 0;
    height: 100vh;
    background-repeat: no-repeat;
}

.register-content-scrollable {
    overflow-y: auto;
    flex: 1;
    height: 100vh;
}

.bg-menu-theme .menu-item.active>.menu-link:not(.menu-toggle) {
    color: #000000 !important;
    background-color: var(--primary-burgundy-bg) !important;
}

.menu-link:hover {
    background-color: rgb(128 0 32 / 5%) !important;
}