*{margin:0;padding: 0}
html,body,.signinpanel{
	height:100%;
	width: 100%
}
body.signin {
	background:url(../img/login-background.jpg) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.signinpanel {
	position: relative;
	color: white;
}
.title{
	font-size: 50px;
	width: 100%;
	font-family: '楷体';
	text-align: center;
	font-weight: bold;
	margin: 0;
	position: absolute;
	top: 150px;
}
.logo{
	width: 580px;
	height: 100px;
	background-image: url(../img/logo.png);
	background-size: cover;
	position: absolute;
	left: 50%;
	margin-left: -290px;
	top: 30px
}
.login{
	width:520px; 
	height:500px; 
	background:url(../img/bg.png) no-repeat;
	background-size:100% 100%; 
	overflow:hidden;
	position: absolute;
	top:50%;
	left: 50%;
	margin-left: -260px;
	margin-top:-225px;
	padding: 30px;
	box-sizing: border-box
}
form{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	box-sizing: border-box;
	align-items: center
}
.login h1{ 
	text-align:center; 
	font-weight:bold; 
	font-size:26px; 
	font-family: '楷体';
	margin-top: -20px
}
.item{
	width:300px; 
	height:45px; 
	border:1px solid #1d90c5; 
	background:rgba(11,116,180,0.8); 
	display:flex;
	align-items: center;
	margin: 10px
}
.icon{
	float: left;
	width: 45px
}
.icon img{
	display: block;
	width: 20px;
	margin: 12px;
}
.txt{
	flex: 1;
	position: relative;
	height: 43px;
}
.txt input{
  outline:none;
  color: white !important; 
	width:100%; 
	height:43px; 
	line-height:43px; 
	letter-spacing:1px; 
	font-size:14px;
	border: none;
	border-radius: 0;
	background-color: transparent !important
}
.item3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:300px; 
	height:45px;
	margin: 10px
}
.item4{
	display: flex;
	justify-content: end;
	align-items: center;
	border: none;
	background: none;
	width:300px;
	height:45px;
	margin: 10px
}
.item4 a{
	color: white !important;
}
.cont1{
	height: 30px;
	width: 100px
}
.cont1 input{
	border-radius: 0;
	color: black;
	border: none;
	outline: none;
}
.cont2{
	height: 30px;
	width: 80px;
}
.cont2 img{
	height: 100%;
	width: 100%
}
#btnSubmit{
	width:300px; 
	height:45px; 
	background:#3FB5E3; 
	outline:none; 
	text-align:center; 
	line-height:45px; 
	color:#fff; 
	letter-spacing:2px; 
	font-size:16px; 
	font-weight:bold;
	border:1px solid #1d90c5; 
	cursor:pointer;
	padding: 0
}
.info{
	position: absolute;
	bottom: 30px;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 16px;
	left: 50%;
	transform: translateX(-50%);
	font-family: '楷体';
	padding: 10px 100px;
}
.info p{
	text-align: center;
	margin: 0
}
.error{
	top: 0 !important;
	right: 0 !important;
}
