@font-face {
	font-family: 'Segoe WPN';
	src: local('Segoe UI'), local('SegoeUI'), url('https://www.moonzean.com/files/fonts/segoewpn/regular/SegoeWPN.eot?#iefix') format('embedded-opentype'), url('https://www.moonzean.com/files/fonts/segoewpn/regular/SegoeWPN.woff') format('woff'), url('https://www.moonzean.com/files/fonts/segoewpn/regular/SegoeWPN.ttf') format('truetype'), url('https://www.moonzean.com/files/fonts/segoewpn/regular/SegoeWPN.svg#SegoeWPN') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Segoe WPN Semibold';
	src: local('Segoe UI Semibold'), local('SegoeUI-Semibold'), url('https://www.moonzean.com/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.eot?#iefix') format('embedded-opentype'), url('https://www.moonzean.com/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.woff') format('woff'), url('https://www.moonzean.com/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.ttf') format('truetype'), url('https://www.moonzean.com/files/fonts/segoewpn/semibold/SegoeWPN-Semibold.svg#SegoeWPN-Semibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	margin: 0;
	font-family: "Segoe WPN";
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}

.mzlogin-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.2);
}

.mzlogin {
	background: #f5f5f5;
	position: absolute;
	width: 360px;
	height: 360px;
	border-radius: 18%;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	font-size: 16px;
	-webkit-user-select: none;
	user-select: none;
}

.mzlogin-application {
	text-align: center;
	padding: 15px;
}

.mzlogin-application-icon {
	width: 60px;
	height: 60px;
}

.mzlogin-application-name {
	
}

.mzlogin-form {
	background: #fff;
	text-align: center;
}

.mzlogin-form-moonzean {
	font-family: "Segoe WPN Semibold";
	text-align: center;
	padding: 20px 0px 10px;
	font-size: 18px;
}

.mzlogin-form-textinput {
	width: 240px;
	height: 36px;
	font-family: "Segoe WPN";
	font-size: inherit;
	background: #eee;
	display: block;
	margin: 12px auto;
	outline: none;
	border: none;
	border-width: 0.5px;
	border-radius: 10px;
	padding: 4px 38px 4px 10px;
	box-sizing: border-box;
	-webkit-appearance: none;
}

.mzlogin-form-textinputcommand {
	background: rgba(5, 123, 255, 1);
	width: 26px;
	height: 26px;
	position: absolute;
	right: 66px;
	margin-top: -43px;
	cursor: pointer;
	border-radius: 6px;
	transition: background-color .5s;
}
.mzlogin-form-textinputcommand:hover {
	background-color: rgba(5, 123, 255, 0.75);
}
.mzlogin-form-textinputcommandinfo {
	position: absolute;
	right: 60px;
	margin-top: -48px;
	border: 1px solid rgba(5, 123, 255, 1);
	padding: 6px 40px 6px 10px;
	border-radius: 10px;
	background: #fff;
	color: rgba(5, 123, 255, 1);
	width: 240px;
	height: 36px;
	font-size: inherit;
	border-width: 0.5px;
	box-sizing: border-box;
	display: none;
	transition: opacity .2s;
	opacity: 0;
}
.mzlogin-form-textinputcommandinfo-visible {
	opacity: 1;
}

.mzlogin-form-button {
	height: 32px;
	font-family: "Segoe WPN Semibold";
	font-size: inherit;
	display: block;
	margin: 12px auto;
	outline: none;
	background: rgba(79, 101, 119, 1);
	background: rgba(5, 123, 255, 1);
	border: none;
	border-width: 0.5px;
	border-radius: 10px;
	padding: 4px 20px;
	cursor: pointer;
	color: #FFF;
	transition: .2s;
	box-sizing: border-box;
	-webkit-appearance: none;
}
.mzlogin-form-button:hover {
	background: rgba(5, 123, 255, 0.75);
}

.mzlogin-form-footer {
	text-align: left;
	width: 240px;
	position: absolute;
	bottom: 0;
	margin-left: 60px;
}

.mzlogin-form-footer-item {
	display: inline-block;
	font-size: 12px;
	color: #777;
	padding: 8px;
	cursor: pointer;
	transition: .2s;
}
.mzlogin-form-footer-item:hover {
	color: #333;
}

.mzlogin {
	background: #eee;
}
.mzlogin-application {
	background: #fafafa;
}
.mzlogin-form {
	background: #eee;
}
.mzlogin-form-textinput {
	background: #fff;
}

.content-form-item-description {
	position: absolute;
	left: calc(50% + 44px);
	width: 240px;
	top: calc(50% + 83px);
	height: auto;
	border: 1px solid;
	border-color: inherit;
	margin: 6px 8px;
	line-height: 19px;
	font-size: 14px;
	font-family: "Segoe WPN";
	opacity: 0;
	transition: opacity .2s;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
	border-radius: 18px;
	box-sizing: content-box;
}
.content-form-item-description-wrong {
	border: 2px solid red!important;
	opacity: 1!important;
}

.content-form-item-description-arrow {
	content: '';
	width: 18px;
	height: 18px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 12px;
	left: -6px;
	border: 1px solid;
	border-width: .5px;
	border-bottom-left-radius: 2px;
	border-color: inherit;
}
.content-form-item-description-wrong .content-form-item-description-arrow {
	border: 2px solid red!important;
	top: 11px;
}

.content-form-item-description-menu {
	position: relative;
	padding: 12px;
	background: #ffffff;
	border-radius: 17px;
}
.content-form-item-description-wrong .content-form-item-description-menu {
	border-radius: 16px;
}
/*
body >:not(.mzlogin-overlay) {
	filter: blur(40px);
}
*/
