html,body{
	overflow: hidden;
	height:100%;
	font: 12px tahoma,sans-serif,verdana,'宋体','微软雅黑','黑体';
}
body{
	width: 100%;
	height: 100%;
	background: url(./image/bk.jpg);
	/*background-color: #070c41;*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.logindiv{
	width: 500px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}

.copyright{
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size:14px;
}
.title{
	font-size: 35px;
	margin-top: 100px;
	margin-bottom:20px;
	padding:5px;
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 5px;
	font-family: 华文楷体,STKaiti;
	/*text-shadow: #fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	padding-bottom: 20px;*/
}

.jjgf{
	font-size: 27px;
	margin-top: 100px;
	margin-left: 200px;
	padding:5px;
	text-align: left;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 5px;
	font-family: 华文楷体,STKaiti;
	/*text-shadow: #fff 2px 0 0,#fff 0 2px 0,#fff -2px 0 0,#fff 0 -2px 0;
	padding-bottom: 20px;*/
}

.title1{
	font-size:12px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	color: #000;
	text-shadow: #fff 1px 0 0,#fff 0 1px 0,#fff -1px 0 0,#fff 0 -1px 0;
}

.logintitle{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.subtitle{
	margin-left: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}
.loginbody{
	width: 350px;
	margin:0 auto;
/* 	background-color: rgba(255,255,255,0.2); */
	background: linear-gradient(to bottom,#0082c8 0%,#68afed 20%,#68afed 70%,#0082c8 100%);
	padding: 20px;
	border: 1px solid #6DD5FA;
	border-radius:5px;	/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */ 
	
}
.layui-form-item{
	padding: 0px 40px;
}
.layui-form-label{
	width: 30px;
	height: 30px;
	background-color: #DBEDFD;
	text-align:center;
	padding: 0px;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
}
.layui-input-block{
	margin-left: 30px;
	min-height: 30px;
}
.layui-input{
	height: 30px;
	line-height: 30px;
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	border-top: 1px solid #DBEDFD;
	border-right: 1px solid #DBEDFD;
	border-bottom: 1px solid #DBEDFD;
}
.layui-input:hover, .layui-textarea:hover{
	border-color: #1572E8 !important;
}
.layui-input:focus, .layui-textarea:focus{
	border-color: #1572E8 !important;
}
i{
	position:relative;
	top: 5px;
	color: #1572E8;
}
.layui-btn{
	width: 100%;
	font-size: 14px;
	font-weight:600;
	color: #fff;
	border-radius: 3px;
	background-color: #1572E8;
	text-align: center;
}

.layui-btn-sm{
	
	letter-spacing: 30px;
	text-align: center;
}

hr{
	height:2px;
	border:none;
	border-top:2px double #1572E8;
	margin: 10px 20px 20px 20px;
	background-color:#f2f2f2;
}
input{
	font-size: 14px;
	color: #666;
}
a{
	color: #fff;
}
.error{
	color:#FF4500;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
	.title{
		font: 22px '微软雅黑','黑体',tahoma,sans-serif,verdana,'宋体';
		font-weight: bold;
	}
	.logintitle{
		font: 18px '微软雅黑','黑体',tahoma,sans-serif,verdana,'宋体';
		font-weight: bold;
	}
}