/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
.c-entry-panel {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 17.5rem 10rem 10rem;
	position: relative;
}

.c-entry-panel::before {
	background: url('/assets/skins/lahuen/base/images/logo_full.svg') no-repeat;
	content: '';
	height: 4.5rem;
	left: 8rem;
	position: absolute;
	top: 6rem;
	width: 10.5rem;
}

.c-entry-panel__title {
	color: var(--primary-c-normal);
	font: 600 2.8rem / normal 'Lato', sans-serif;
}

.c-entry-panel__message {
	color: var(--primary-d-normal);
	font: 400 1.2rem / normal 'Lato', sans-serif;
	margin-bottom: 4rem;
}
