* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../img/logo_background_img.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.logon-box {
	width: 30vw;
	height: 80vh;
	position: absolute;
	margin: 15% 5% 1% 60%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	min-width: 300px;
}

.logon-box .logon-logo,
.logon-box .logon-logo img {
	height: 16vh;
	min-height: 99px;
}

.logon-box h1 {
	font-family: 'FZWeiBei-S03S';
	font-size: 2vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #418dff;
	margin: 3vh 0;
}

.logon-box .logon-form {
	width: 100%;
	border: 1px solid transparent;
}

.logon-box .logon-form input,
.logon-box .logon-form button {
	display: inline-block;
}

.logon-box .logon-form div {
	margin: 0 42px;
	position: relative;
}

.logon-box .logon-form .iconfont {
	position: absolute;
	left: 15px;
	top: 8px;
	font-size: 5vh;
	color: #999999;
}

.logon-box .logon-form input {
	width: 300px;
	height: 40px;;
	font-size: 20px;
	text-indent: 20px;
	min-height: 40px;
	border-radius: 4vh;
	outline: none;
    border: none;
    box-shadow: 1px 1px 3px #ccc;
	
}
input::-webkit-input-placeholder { 
　　color:#999;
	font-size:14px;
}
input:-moz-placeholder { 
　　color:#999;
	font-size:14px;
}
input::-moz-placeholder { 
　　color:#999;
	font-size:14px;
}
input:-ms-input-placeholder { 
　　color:#999;
	font-size:14px;
}


.logon-box .logon-form .user {
	margin-top: 20px;
}

.logon-box .logon-form .password {
	margin-top: 20px;
	margin-bottom: 20px;
}

.logon-box .logon-form button {
	width: 300px;
	height: 40px;
	min-height: 40px;
	background-image: linear-gradient(0deg,
		#418dff 0%,
		#418dff 100%);
	border-radius: 4vh;
	border: none;
	font-family: PingFang-SC-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2vh;
	color: #ffffff;
	cursor: pointer;
	outline: none;
}
.logon-bottom{
	height: 40px;
	padding: 2% 20%;
}
.logon-bottom a{
	font-size: 14px;
	color: gray;
	text-decoration: none;
}
.error-text{
	font-size: 16px;
	color:red;
}