@charset "UTF-8";
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-Regular.ttf");
}
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-Bold.ttf");
	font-weight: bold;
}
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-SemiBold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-SemiBoldItalic.ttf");
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-LightItalic.ttf");
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: 'Montserrat';
	src: url("../font/Montserrat-Italic.ttf");
	font-style: italic;
}
@font-face {
	font-family: 'Material Icons Outlined';
	src: url("../font/materialiconsoutlined.woff2");
}
body {
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	font-family: 'Montserrat';
	display: none;
}
input, select, textarea, select option {
	font-family: 'Montserrat';
}
.noselect {
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#background {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page {
	max-width: 540px;
	min-height: fit-content;
	overflow: auto;
}
.title {
	font-weight: normal;
}
.login {
	width: 60%;
	cursor: pointer;
}
.poweredbylogo {
	height: 20px;
}
.menulogo {
	height: 24px;
}
.button {
	cursor: pointer;
}
.fs-7 {
	font-size: 0.8rem !important;
}
.fs-8 {
	font-size: 0.6rem !important;
}
.passwordback {
	height: 16px;
	margin-right: 10px;
}
.wait {
	display: inline-block;
	height: 140px;
	width: 140px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(/assets/wait.svg);
	-webkit-animation: wait_spinner 1.25s linear infinite;
	animation: wait_spinner 1.25s linear infinite;
}
@keyframes wait_spinner {
	to {
		transform: rotate(360deg);
	}
}
.closebutton {
	width: 186px;
    height: 186px;
}
.menuicon {
	height: 24px;
	margin-right: 10px;
}