.body-app {
	padding-top: env(safe-area-inset-top);
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}
.login-bg {
	height: 100vh;
	width: 100vw;
	margin: 0px;
	paddin: 0px;
	background-image: linear-gradient(to bottom right, #05668d, #00a896);
	overflow-x: hidden;
	padding-top: env(safe-area-inset-top);
}
.login-box-app {
	width: 100vw;
	max-width: 500px;
}
.app-special-link {
	color: #f0f3bd;
	text-decoration: none;
}
.app-special-link:hover {
	text-decoration: underline;
}
.footbar {
	position: fixed;
	top: calc(100vh - 80px);
	left: 0px;
	width: 100vw;
	height: 80px;
	background-image: linear-gradient(to bottom right, #05668d, #00a896);
	z-index: 999;
}
a.footbar-link {
	color: white;
	text-decoration: none;
}
.app-page-height {
	min-height: calc(100vh - 228px) !important;
}
.app-padding-top {
	padding-top: calc(env(safe-area-inset-top) + 76px);
}
.footbar-font {
	font-size: 12px;
	position: relative;
	top: -6px;
}
.footbar-padding {
	padding-bottom: 80px;
}
.page-height {
	min-height: calc(100vh - 228px) !important;
}
.dashboard-height {
	min-height: calc(100vh - 228px) !important;
}