:root {
    --primary: rgba(29, 66, 137, 1);
    --primary-dark: rgba(21, 50, 106, 1);
    --primary-70: rgba(29, 66, 137, 0.7);
    --primary-50: rgba(29, 66, 137, 0.5);
    --primary-30: rgba(29, 66, 137, 0.3);
    --primary-10: rgba(29, 66, 137, 0.1);
    --logo: rgba(21, 50, 106, 1);
    --sidebar-icon: #fff;
}

.bg-grad-sidebar {
    background: rgb(21,50,106);
    background: -moz-linear-gradient(0deg, rgba(21,50,106,1) 0%, rgba(29,66,137,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(21,50,106,1) 0%, rgba(29,66,137,1) 100%);
    background: linear-gradient(0deg, rgba(21,50,106,1) 0%, rgba(29,66,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#15326a",endColorstr="#1d4289",GradientType=1);
}

.w-sidebar.h-header {
    height: 7rem;
    text-align: center;
}

.w-sidebar.h-header svg {
    width: auto;
    height: 90%;
    margin: 8px auto auto auto;
}

.w-sidebar.h-header svg .st1 {
    fill: #C8102E !important;
}

.w-sidebar.h-header svg .st2 {
    fill: #1D428A !important;
}

.pt-header {
    padding-top: 8.75rem;
}

.login-logo svg {
    width: 200px !important;
    height: auto;
}

.login-logo svg .st0 {
    fill: #FFFFFF !important;
}

.login-logo svg .st1 {
    fill: #C8102E !important;
}

.login-logo {
    color: #1D428A;
}

.login-logo svg .st2 {
    fill: #1D428A !important;
}
