@import url("/verifactu/app-pages.css");

.page-brand__mark {
	align-items: center;
	background: rgba(0, 120, 212, 0.1);
	border-radius: 10px;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.page-brand__mark img {
	height: 36px;
	object-fit: contain;
	width: auto;
}

.legal-note {
	background: #eef7ff;
	border-left: 4px solid var(--page-primary);
	border-radius: 0 12px 12px 0;
	padding: 1rem 1.1rem;
}
