.glow-button {
--box-shadow-color: black;
box-shadow: 0 0 30px var(--box-shadow-color);
}
  
.btn-primary.glow-button {
	--box-shadow-color: #007bff;
}

.custom-column-right {
	float:right;
}

.custom-column-left {
	float: left;
}

.custom-width-full {
	clear: left;
	clear: right;
	width: 100%;
}

.blackLogout {
	color: black !important;
	text-decoration: none !important;
}

.blackLogout:hover {
	color: black !important;
	text-decoration: none !important;
}

.menuLogout:hover {
	background-color: #eeefff;
}
