html,body{
	padding: 0;
	margin: 0;
	height: 100%;
}

ul,ol,li{
	list-style: none;
}

#background{
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100vw;
	height: 100vh;
}

#pc-background{
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: visible;
}

#pc-background img{
	opacity: 0;
	transition: all 1s linear;
	position: absolute;
	z-index: -1;
}

#pc-background img.current{
	opacity: 1;
	z-index: 0;
}

.navbar .logo{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar .logo img{
	max-height: 60px;
}

#main-content-container{
	margin-top: calc(calc(100vh - 480px)/2);
}

#login-container{
	float: right;
	padding: 15px 10px;
	cursor: pointer;
	position: relative;
}

#login-container span{
	padding: 10px 12px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
	background-color: #fff;
	color: #1394eb;
	display: inline-block;
}

#login-container a:hover{
	text-decoration: none;
}

#form-container{
	background: rgba(255,255,255,.85);
	overflow: hidden;
	border-radius: 4px;
	max-width: 360px;
	margin: auto;
}

#form-title-container{
	margin: 20px 15px 0 15px;
}

#form-title-container span{
	color: #595959;
	font-size: 20px;
	text-align: center;
	line-height: 2em;
	letter-spacing: 4px;
	display: block;
}

.form-row{
	margin: 0 15px;
	border-bottom: 1px solid #8db8d9;
	position: relative;
}

.form-row .iconfont{
	font-size: 20px;
	width: 20px;
	height: 20px;
	color: #8c8c8c;
	margin: 0 6px;
}

.form-row input{
	border: none;
	height: 36px;
	background: transparent;
	margin: 18px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color:#595959;
	width: calc(100% - 36px);
}

.form-row input::-webkit-input-placeholder{
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
}
.form-row input:-moz-placeholder{
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
}
.form-row input::-moz-placeholder{
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
}
.form-row input:-ms-input-placeholder{
	color: #8c8c8c;
	font-size: 14px;
	font-weight: normal;
}

#form-verification-row{
	width: 60%;
}

#form-verification-row input{
	
}

#form-verification-row img{
	width: calc(calc(calc(100% / 0.6) * 0.4) - 38px);
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: calc(100% + 10px);
}

#login-btn-row{
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 20px;
}

#login-btn{
	display: block;
	border: none;
	width: 100%;
	font-size: 20px;
	color: #fff;
	line-height: 2em;
	letter-spacing: 4px;
	border-radius: 4px;
	text-align: center;
	background: -webkit-linear-gradient(left, #107ac2 , #3caefa); 
	background: -o-linear-gradient(right, #107ac2, #3caefa); 
	background: -moz-linear-gradient(right, #107ac2, #3caefa); 
	background: linear-gradient(to right, #107ac2 , #3caefa); 
	cursor: pointer;
}

#login-btn:active{
	box-shadow: 0 0 4px 1px #107ac2;
}

#login-btn #logging-span{
	position: relative;
}

#login-btn #logging-span > span{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:2em;
	height:2em;
	font-size: 1em;
}

#login-btn #logging-span > span > span{
	display: block;
	margin: 0.5em auto;
	width:1em;
	height:1em;
	background: url('../img/loading.png') no-repeat 0 / cover;
	animation: loading 1s linear infinite;
}

#validate-info-row{
	display: none;
	border-bottom: none;
}

#validate-info-row #validate-info-container{
	width: 100%;
	height: 48px;
	background: #ffe5cc;
	margin-top: 12px;
}

#validate-info-row #validate-info-container #warning-icon{
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #ffa347;
	color: #fff;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

#validate-info-row #validate-info-container #validate-info{
	font-size: 14px;
	line-height: 18px;
	color: #eb5959;
	width: calc(100% - 40px);
	display: inline-block;
	padding-right: 10px;
	position: absolute;
	left: 40px;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

footer{
	text-align: center;
	color: #fff;
	position: fixed;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	min-width: max-content;
}

#horizontal-nav {
	position: fixed;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	z-index: 100;
}

#horizontal-nav ul,#horizontal-nav li{
	list-style: none;
	padding: 0;
}

#horizontal-nav li{
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background: #999999;
	cursor: pointer;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 8px;
	float: left;
}

#horizontal-nav li.active{
	width: 20px;
	background: #fff;
}

.nav-hover-transition{
	transform: scale(1,1); 
	transition: transform .6s;
	-moz-transform: scale(1,1); 
	-moz-transition: -moz-transform .6s;
	-webkit-transform: scale(1,1); 
	-webkit-transition: -webkit-transform .6s;
	-o-transform: scale(1,1); 
	-o-transition: -o-transform .6s;
}

.nav-hover-transition:hover{
	transform: scale(1.5,1.5); 
	transition: transform .6s;
	-moz-transform: scale(1.5,1.5); 
	-moz-transition: -moz-transform .6s;
	-webkit-transform: scale(1.5,1.5); 
	-webkit-transition: -webkit-transform .6s;
	-o-transform: scale(1.5,1.5); 
	-o-transition: -o-transform .6s;
}

#tips-layer{
	position: absolute;
	left: 0;
	top:0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	background: #fff;
	overflow: hidden;
	display: none;
}

#tips-layer p{
	font-size: 30px;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	margin: 0;
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

#tips-layer #tips-layer-background{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 998;
	filter: blur(10px);
	background: url(../img/mobile-login-background.jpg) no-repeat center;
	background-size: cover; 
	overflow: hidden;
}

@media (max-width: 767px) {
	#mobile-background{
		position: relative;
	}

	#background-mask{
		background: linear-gradient(hsla(204,90%,35%,.8),hsla(204,75%,15%,.8));
		width: 100vw;
		height: 100vh;
		position: absolute;
		top: 0;
		left: 0;
	}

	#form-container{
		background: none;
	}

	.form-row{
		border-bottom: 1px solid #fff;
		margin: 0;
	}

	.form-row .iconfont{
		color: #fff;
	}
	
	.form-row input{
		color: #fff;
	}

	.form-row input::-webkit-input-placeholder{
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}
	.form-row input:-moz-placeholder{
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}
	.form-row input::-moz-placeholder{
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}
	.form-row input:-ms-input-placeholder{
		color: #ffffff;
		font-size: 14px;
		font-weight: normal;
	}

	#form-verification-row img{
		width: calc(calc(calc(100% / 0.6) * 0.4) - 8px);
	}

	#mobile-login-logo-container{
		margin-top: -50px;
		margin-bottom: 24px;
	}

	#mobile-login-logo-container #mobile-logo{
		max-width: 100%;
		z-index: -1;
	}

	#mobile-change-system-row{
		font-size: 16px;
		color: #1bacfa;
		text-decoration: underline;
		float: right;
		border-bottom: none;
	}
}

@keyframes loading{
	from {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	to{
		transform: rotate(360deg);
		transform-origin: 50% 50%;
	}
}

.loading{
	animation: loading 1s linear infinite;
	display: inline-block;
}
