body {
	margin: 0;
	overscroll-behavior: contain;
	font-family: -apple-system, BlinkMacSystemFont, 'Source Sans Pro', 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
html,
body,
#root {
	height: 100%;
}
.loading-page {
	text-align: center;
	display: flex;
	flex-flow: column;
	height: 100%;
}
.loading-page .logo {
	width: 120px;
	margin-bottom: 20px;
}

.loading-logo-wrapper {
	height: 80%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.copyright-section {
	height: 20%;
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
	margin-bottom: 40px;
}
.cgi-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
}
.solutionBy {
	margin: 0;
	font-weight: $font-weight-medium;
	font-size: 14px;
	color: #707070;
}

.cgi-logo-wrapper .cgi-logo {
	width: 35px;
	margin-left: 5px;
}
.copyright-text {
	margin: 0;
	font-size: 12px;
	color: #464646;
}
