.error {
	background-color: #fee !important;
}
.errorMessage {
	width: 100%;
	text-align: center;
	display: none;
	color: red; 
	font-size: 20px;
}

.hide-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.school-search-layout {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

.school-search-button {
	flex: 0 0 160px;
	margin-top: 0 !important;
}
