﻿body{
	overflow:hidden;
	margin:0;
	padding:0;
}
.no-select {
	-webkit-user-select: none; /* Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	user-select: none; /* Standard syntax */
}
/*cloud*/
#mainBody {
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
}
.cloud {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(../img/cloud.png) no-repeat;
	opacity:0.5;}

.login-bgpic{
	display: flex;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	/*background-image:url("../img/login_bgpic.jpg");*/
	background-color: #009688;
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-size: cover;
	-webkit-background-size: cover;/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;/* 兼容Opera */
	zoom: 1;
}
.login-form-container{
	z-index:2;
	box-shadow: 10px 10px 35px #009688;
	margin: auto;
	opacity:1;
	border-radius: 5px;
	background-color: white;
	width:500px;
	height:370px;
}
.login-form-container p:first-child{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #009688;;
	font-family: 黑体;
	align-self: center;
	color: #009688;
	font-size:25px;
	font-weight:bold;
}
.login-form-input-container{
	flex-wrap: wrap;
	align-items:center;
	justify-content: center;
	display: -webkit-flex;
	display: flex;
	width:350px;
	height:260px;
	margin: auto;
}
.login-form-input-item{
	align-items:center;
}
.login-form-container input{
	width:250px;
	height:40px;
	border: none;
	border-bottom: 1px solid #009688;
	font-size: 20px;
}
.login-input-label{
	text-align: center;
	font-size:20px;
	line-height: 40px;
	border-bottom: 1px solid #009688;
	width:80px;
	height:40px;
	color: #009688;
}
.login-form-container input:focus{
	outline:none;
}
.login-form-container input[type=submit]{
	width:250px;
	height:40px;
	border-radius:5px;
	background-color: #1aa391;
    border: none;
    color: white;
    text-align: center;
    font-size: 16px;
}
.login-form-container input[type=submit]:hover{
	cursor:pointer;
	transition-duration: 0.4s;
	background-color:#009688
}
.login-form-container input[id=captcha]{
	width:160px;
	border-bottom: 1px solid #009688;
}
.captcha-img{
	width: 90px;
	height:40px;
	border-bottom: 1px solid #009688;
}
.login-footer{
	text-align: center;
	font-size:16px;
	margin-top: 200px;
	width:500px;
	height:30px;
	color: white;
}
.error-info{
	text-align: right;
	font-size:14px;
	color: #009688;
	width:330px;
	height:20px;
}
.beian{
	font-size: 15px;
	margin-top: 3px;
}
.beian a{
	color: white;
}
.beian img{
	height: 18px;
	vertical-align: bottom;
	margin-bottom: 3px;
}