* {
	margin:0;
	padding:0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	min-height: 360px;
	min-width: 525px;
   width: 100%;
   height: 100%;
   background: url(../img/back_pic.jpg)  no-repeat;
   background-size: 100% 100%;
   font-family: "微软雅黑";
   font-size: 12px;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	body{
		background:#303030;
	}
}

.header{
	height: 50px;
	background: #54a4da;
}
.login_main{
	height: calc(100% - 50px);
	position: relative;
}
.login {
	border: 2px solid #449cd7;
	border-radius: 3px;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	float: right;
	width: 450px;
	height: 260px;
	right: 50%;
	top: 50%;
	margin-right: -225px;
	margin-top: -200px;
	background: #FFFFFF;
}
.login .login-title {
	font-size: 16px;
	width: calc(100% + 4px);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-right: 4px;
	margin-left: -2px;
	height: 36px;
	line-height: 36px;
	text-indent: 1em;
	color: #FFFFFF;
    background:#449cd7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80c2ec), color-stop(1, #449cd7));
	background: -moz-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: -webkit-linear-gradient(top, #80c2ec 25%, #449cd7 75%);
	background: -o-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: -ms-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: linear-gradient(top bottom, #80c2ec 5%, #449cd7 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80c2ec', endColorstr='#449cd7', GradientType=0);
}
.table {
	width: 265px;
	margin-top: 25px;
	margin-left: 100px;
}
.table td {
	padding: 5px 0px;
	color: #333333;
	font-size: 14px;
}
.table>tbody>tr>td {
	padding-bottom: 10px;
	border: none;
}
.table .iconfont {
	color: #b6b6b6;
	/*margin-right: 8px;*/
    font-size:19px;
}
.table input {
	height: 27px;
	border: 1px solid #cccccc;
   width:100%;
   /*width:calc(100% - 10px);*/
   padding-left:8px;
	font-size: 16px;
}
.table input:focus{ 
   border: 1px solid #449cd7;
}
.table .btn {
	padding: 0;
	float: left;
	display: block;
	text-align: center;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
   width:48%;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #FFFFFF;
   background:#449cd7;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #80c2ec), color-stop(1, #449cd7));
	background: -moz-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: -webkit-linear-gradient(top, #80c2ec 25%, #449cd7 75%);
	background: -o-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: -ms-linear-gradient(top, #80c2ec 5%, #449cd7 100%);
	background: linear-gradient(top bottom, #80c2ec 5%, #449cd7 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80c2ec', endColorstr='#449cd7', GradientType=0);
}
.table .btn:hover{
    background:#80c2ec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #449cd7), color-stop(1, #80c2ec));
	background: -moz-linear-gradient(top, #449cd7 5%, #80c2ec 100%);
	background: -webkit-linear-gradient(top, #449cd7 25%, #80c2ec 75%);
	background: -o-linear-gradient(top, #449cd7 5%, #80c2ec 100%);
	background: -ms-linear-gradient(top, #449cd7 5%, #80c2ec 100%);
	background: linear-gradient(top bottom, #449cd7 5%, #80c2ec 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#449cd7', endColorstr='#80c2ec', GradientType=0);
}
.table .btn:active {
	height: 32px;
}
.copyright {
	text-align: center;
	line-height: 30px;
	color: #6d6363;
	font-size: 12px;
}
.copyright a {
	color: #6d6363;
	text-decoration: none;
}
.copyright a:hover {
	color: #0A8CD0;
}