/* Login page */

.loginPage {
	min-height: 100vh;
	background-image: url('https://portal.pim.plus/downloads/loginBackground.png') !important;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Main UI */

.tiles-title {
  color: #555555;
}

.name {
    color: #555555;
}

.statistics-num {
  color: #555555 !important;
}

.sidebar-links li a { 
    color: #555555 !important;
}
