body {
    font-family: "goldplayregular", sans-serif !important;
    /*background: rgb(28,110,0); 
    background: linear-gradient(337deg, rgba(28,110,0,1) 0%, rgba(18,255,0,1) 100%);*/
    background: url(/img/bg-magenta.jpg) no-repeat center center;
    background-size: cover;
}
.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}
.sidenav{
    background: url(/img/bg-sidebar.jpg) no-repeat center center;
    background-size: cover;
}
img.imgUserLogin{
    width: 100px;
}


aside.main-sidebar{
    /*background: url(/img/bg-green.jpg) no-repeat center center;
    background-size: cover;*/
}
li.user-menu a.nav-link.dropdown-toggle{
    font-family: "goldplaybold", sans-serif !important;
    font-size: 1.25rem;
}

#exampleInputEmail1 , #password {
    text-align: center;
}