:root {
    --primary-color: #d7181e; 
    --primary-light: #ebebeb;
    --bs-light-rgb: #ebebeb;
}

.full-width-header { background-color: var(--primary-color); width: 100%; height: 180px; position: fixed; top: 0; left: 0; z-index: 1; }
.sidebar-header { background-color: var(--primary-light); padding: 40px 20px; text-align: center; }
.logo-box { background-color: var(--primary-color); padding: 0; display: inline-block; border-radius: 4px; }
.logo-box img{ height:50px }
.bg-global{
    background-color: var(--primary-color);
}
.bg-global-light{
    background-color: var(--primary-light);
}
.text-global{
    color: var(--primary-color)!important;
}
.login-sidebar {
    background-color: var(--primary-color)!important; /* Fallback */
    min-height: 100vh;
}
.bg-light{
    background-color: var(--bs-light-rgb)!important;
}
.login-form-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.groupImmat {
    display: flex;
}
.groupImmat>span:nth-child(1) {
    background-color: #106fb2;
    width: 35px;
    height: 60px;
    padding: 5px;
}
.groupImmat span img {
    max-width: 100%;
}
.groupImmat>span:nth-child(3) {
    background-color: #106fb2;
    width: 35px;
    height: 60px;
    padding: 5px;
}
.rounded-pill{
    background-color: #000;
}
