/* CSS Document */
body{background: #1370aa;
	background: -moz-linear-gradient(left,  #1370aa 0%, #b0dff8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1370aa), color-stop(100%,#b0dff8));
	background: -webkit-linear-gradient(left,  #1370aa 0%,#b0dff8 100%);
	background: -o-linear-gradient(left,  #1370aa 0%,#b0dff8 100%);
	background: -ms-linear-gradient(left,  #1370aa 0%,#b0dff8 100%);
	background: linear-gradient(to right,  #1370aa 0%,#b0dff8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1370aa', endColorstr='#b0dff8',GradientType=0 );
	width:100%;
}
:root .gradient{filter:none;}
.content{ width:100%; background:rgba(255,255,255,0.33); height:279px; position:absolute; top:324px;z-index:-1}
.content_bg{ background:url(../img/bg_b.png) right 0px no-repeat; position:absolute; right:15%; z-index:-2; height:485px; width:845px;}
.main_1{ width:747px;margin:270px auto 0; background:url(../img/loginbg.png) center top no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	height:397px;
	overflow:hidden;
	position:relative;
	z-index:3;
}
#main{
	width:50%;
	margin:0 auto;
}
#login-box{
	width:87.3%;
	height:auto;
	padding:22% 6.35% 6.35%;
	position:relative; left:45%;
}
.username,.password{
	width:100%;
	border:none;
	border:1px solid #b0d4ff; background:#fff;
	color:#aeaeae;
	font-size:14px;
	height:2.6em; margin-bottom:1.3em;text-indent:0.8em;
}
.code{ width:80%;
	border:none;
	border:1px solid #b0d4ff; background:#fff;
	color:#aeaeae;
	font-size:14px;
	height:2.6em; margin-bottom:1.3em;text-indent:0.8em;}
.row{float:left;width: 100%;}
.col-xs-6{float:left;width: 50%;}
.imgcode{width:100px;}
.login-button{
	font-size:15px;
	color:#FFF;
	border:none;
	background:#1a91d4;
	margin:2% auto 9%;
	text-align:center;
	width:100%;
	line-height:2.6em;
	position:relative;
	cursor:pointer;
}

#footer{
	width:100%;
	text-align:center; margin-top:20px; font-size:13px; color:#d6e4ef;
}



@media (min-width:1440px) and (max-width:1600px){
	.content{ top:245px;}
	.main_1{margin:191px auto 0; }
}
@media (min-width:1366px) and (max-width:1440px){
	.content{ top:245px;}
	.main_1{margin:191px auto 0; }
}


@media (min-width:1280px) and (max-width:1366px){
	.content{ top:170px;}
	.main_1{margin:116px auto 0; }
}
@media (min-width:1024px) and (max-width:1280px){
	.content{ top:185px;}
	.main_1{margin:131px auto 0; }
}

