.login-page
{
    background-image: url('../../assets/images/Logo/imagenLogin.jpg');
    /*background-image: url('../../assets/images/Logo/logoGauss.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sidebar
{
    background-image: url('../../assets/images/Logo/imagenSideBar.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-blend-mode: color-dodge;*/
}

.labelMenuPrincipal
{
    background-color: rgba(255, 0, 0, 0.2);
}

.menu-salir
{
    color:rgba(255,30,50,0.90);
}

.menu-home
{
    color:rgba(74,145,173,0.90);
}

.menu-notificacion
{
    color:rgba(255,255,50,0.90);
}

.content-wrapper
{
    background: rgba(0,0,0,0.2) !important;
}

nav.main-header,
xaside.main-sidebar > a.brand-link
{
    background: rgba(62,62,68,1.0) !important;
}

aside.main-sidebar > a.brand-link
{
    background: rgba(82,82,88,1.0) !important;
}


.navbar-light .navbar-nav .nav-link
{
    color: rgba(255, 255, 255, 1.0) !important;
    font-weight: 300 !important;
}

.login-page .card
{
    background-color:rgba(255, 255, 255, 0.40) !important;
    color:  white;
}

.login-page .card-header
{
    background-color:rgba(0, 0, 0, 0.40) !important;
}
.login-page .card-title
{
    font-size: 30px;
}