@charset "UTF-8";

.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
}

.center-page {
	align-items: center;
	background-color: #f4f6f9;
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
}