/**
 * @license Copyright 2021 Lahuen Health SPA. All Rights Reserved.
 */
.app-sso.l-root {
	display: flex;
	flex: 1;
}

.app-sso .l-root__body {
	display: flex;
	flex: 1;
}

.app-sso .l-root__news-panel {
	flex: 1;
}

.app-sso .l-root__input-panel {
	display: flex;
	min-width: 60rem;
	width: 40%;
}

.l-root.app-sso .l-root__dialog {
 position:absolute;
}
