@font-face {
    font-family:custom-mix;
    src:local("PMingLiU"), local("NSimSun");
}

@font-face {
    font-family:custom-mix;
    src:local("Arial");
}
		
body {
	font-family: custom-mix;
	margin: 0px;
	background-color: #d2efff;
}

.logon-canvas {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border:1px solid #159dff;
	overflow:hidden;
}

.logon-header{
	height:80px;
	/* background-image:linear-gradient(to bottom, rgb(216,239,255), rgb(244,250,255)); */
	background-image:linear-gradient(to bottom, rgb(216,239,255), #f4faff);
}

.logon-body{
	min-height:15em;
	background-image: linear-gradient(to bottom, #f4faff 0%, #ffffff 20%, #ffffff 80%, #f4faff 100%);
}

.left-form, .right-logo {
	display:table-cell;
	vertical-align:middle;
}

.logon-form {
	width:15em;
	margin-left:6em;
	color:rgb(21,162,255);
}

.logon-form input{
	width:8em;
	font-family:custom-mix;
	font-size:0.9em;
	color: rgb(0,128,255);
	background-color: #f7fcff;
	border: 1px solid rgb(21,162,255);;
	padding:3px;
}

.logon-form input[type=submit]{
	margin-top:0.5em;
	border-radius: 4px;
	padding:5px;
	transition-duration: 0.4s;
	color: white;
	border:1px solid rgb(21,162,255);
	background-color:rgb(113,198,255);
}

.logon-form input[type=submit]:hover{
	background-color:rgb(21,162,255);
}

.right-logo {
	text-align:center;
	overflow:hidden;
	padding:3em 6em;
}

.entity-logo {
	max-height: 10em;
    max-width: 30em;
}

.logon-footer{
	text-align:center;
	padding-bottom:1em;
	background-image: linear-gradient(to bottom, #f4faff, rgba(220,240,255,1));
}

.logon-footer hr {
	width:92%;
	border:1px solid rgb(210,236,255);
	margin-top:0px;
	margin-bottom:0px;
}

.copyright{
	color:CornflowerBlue;
	font-size:0.75em;
	margin-top:1em;
	margin-bottom:0.5em;
}