/**** Home ****/
.custom-card {
	background: #fafafa;
	color: #000;
}
.custom-card:hover {
	background: #1751b9;
	color: #fafafa;
}

.custom-list-item {
	text-decoration: none;
}

.custom-list-item:hover {
	text-decoration: none;
}

/* Login page */
.custom-app {
	min-height: 100vh;
}

.custom-card-login {
	border-radius: 5px;
}

/* Upload Image profile */
.inputImageLabel {
	font-size: 0.7rem;
}

.inputImageLabel:hover {
	cursor: pointer;
}
