.bg-primary {
	padding: 15px;
}

.card-title item-name {
	//text-align:center;
	font-weight: bold;
}

.skin-image {
	margin: 0 auto;
	display: block;
	text-align: center;
	width: 50%;
	//border-bottom: solid 1px #eee;
}

.login-container {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-card {
	max-width: 450px;
	width: 100%;
}
.category-card {
	transition: transform 0.2s, box-shadow 0.2s;
	cursor: pointer;
	text-decoration: none;
}
.category-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.category-icon {
	font-size: 3rem;
	margin-bottom: 10px;
}
.user-info {
	display: flex;
	align-items: center;
	gap: 10px;
}
.user-info img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}