body {
	background-color: #f8f9fa;
}
.card {
	background: linear-gradient(135deg, #ffffff, #e9f2ff);
	border-radius: 12px;
}
.form-label {
	font-weight: 500;
}
.btn-primary {
	background: linear-gradient(90deg, #0d6efd, #0a58ca);
	border: none;
}
.card-body h2 {
	font-weight: 700;
	color: #0d6efd;
}
#spinnerOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}
