.login-page, .register-page{

	/*background-color: #ffc107 !important;*/

	background: linear-gradient( 310deg,#cccccc,#767676) !important;
}

.navbar-warning{

	/*background: linear-gradient(to right, rgb(247, 151, 30), rgb(255, 210, 0)) !important;*/

	background: linear-gradient( 310deg,#cccccc,#767676) !important;

}

.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link.active {
    background: linear-gradient( 310deg,#cccccc,#767676) !important;
    color: #1f2d3d;
}