/*
 *
 * Template Name: Fullscreen Login
 * Description: Login Template with Fullscreen Background Slideshow
 * Author: Anli Zaimi
 * Author URI: http://azmind.com
 *
 */


body {
	text-align: center;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	color:#656565;
	overflow:hidden
	
	
}
ul, ol, li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0
}
img{ vertical-align:middle}
h1 {
	font-size: 18px;
	text-shadow: 0 1px 4px rgba(0,0,0,.2);
	font-weight: normal;
	color: #252933
}
input[type="checkbox"] {
	width: auto;
	vertical-align: middle
}
input[type="text"], input[type="Captcha"], input[type="password"] {
	
border:none;
outline:none;
}
 input:-moz-placeholder {
color: #656565;
}
input:-ms-input-placeholder {
color: #656565;
}
input::-webkit-input-placeholder {
color:#656565;
}
button {
	cursor: pointer;
	padding: 0;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#064CA3,endColorStr=#033B87); /*IE 6 7 8*/ 

background: -ms-linear-gradient(top,#064CA3,#033B87);        /* IE 10 */

background:-moz-linear-gradient(top,#064CA3,#033B87);/*火狐*/ 

background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#064CA3), to(#033B87));/*谷歌*/ 

background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#064CA3), to(#033B87));      /* Safari 4-5, Chrome 1-9*/

background: -webkit-linear-gradient(top, #064CA3, #033B87);   /*Safari5.1 Chrome 10+*/

background: -o-linear-gradient(top, #064CA3, #033B87);  /*Opera 11.10+*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	border: none;
	font-size: 14px;
	color: #fff;
	
box-shadow: 0px 5px 5px 0px rgba(135, 135, 135, 0.52);

}
button:hover {
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
}
button:active {
	-moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.15) inset, 0 2px 7px 0 rgba(0,0,0,.2);
	box-shadow: 0 5px 8px 0 rgba(0,0,0,.1) inset, 0 1px 4px 0 rgba(0,0,0,.1);
	border: 0px solid #ef4300;
}
a {
	color: #656565;
	text-decoration: none;
	text-decoration:underline
}
a:hover {
	color: #4a80f4
}
.clear{ clear:both; overflow:hidden}
.logintab{ padding-bottom:40px; font-size:16px; }
.logintab ul { }
.logintab ul li {width:50%; float:left; text-align:center;border-bottom:2px solid #e2e3e8; line-height:44px; cursor:pointer}
.logintab ul li.act{border-bottom:2px solid #4a80f4;  color:#4a80f4}

.login {
background:url(../login/bg.jpg) no-repeat bottom;
	background-size:cover;
	height:100%;
	width:100%;
	position:absolute;
	left:0; right:0;
	bottom:0;
	top:0
	
}
.logo {
	
	text-align:center;
	padding-bottom:40px;
	margin-top:-100px;
}
.logo img{ vertical-align:middle; padding-right:10px}
.loginbox{ border-radius:20px; background-color:#fff; height:36px; line-height:36px; margin:20px 0; padding:0 15px; display:table; width:90%}
.loginbox div{ display:table-cell; text-align:left}
.w24{ width:24px}
.logincon{ padding:30px 30px 30px 30px; width:70%; margin:0 auto}
.logininput {
	height: 35px;
	line-height:35px;
	background-color:transparent;
	border:transparent;
	width:100%;
	text-align:center;
	font-size:14px;
	
	

}
.logininput:hover {
	height: 35px;
	line-height:35px;
	background-color:transparent;
	border:transparent;
	width:100%;
}
.loginleft {
	display: table-cell;
	padding-left: 20px;
}
.loginright {
	display: table-cell;
	text-align: right;
	padding-right: 30px;
	line-height:30px
}
.loginright p{
	position:absolute; bottom:-18px; right:30px
	
}
.loginright span.act a {
	color: #e40100
}
.loginright span a:focus {
	color: #e40100
}
.loginimg {
	width: 100%;
	height: 100%;
	position: absolute;
	margin-top: -240px;
	top:50%;
	left:50%;
	margin-left:-300px;
	right: 100px;
	width: 600px;
}
.page-container {

	padding: 30px;
	
	background:url(../login/login2.png) no-repeat center;
	margin-top:40px;
	height:437px;

}
.bcontent {
	padding-top: 15px;
	color:#333;
	font-size:14px;
	text-align:right
}
.title {
	text-align: left;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 16px
}
.titletext {
	float: left;
	border-left: 4px solid #0185d0;
	height: 16px;
	padding-left: 10px;
	line-height: 13px
}
.bottom{   display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; font-size:12px; padding:25px 5px 0 5px}
.footer{ text-align:center; color: #fff;  font-size:12px;  position:fixed; left:0; line-height:26px; right:0; bottom:30px;}
.footer p{ padding:0; margin:0}
@media (max-width: 1440px) {
	
	.logo{ margin-top:0px}
	.page-container { height:380px; margin-top:0; background-size:80%; }
	.logincon{ padding:0 30px 0 30px; width:65%}
	
	}
/*－－－增加部份的CSS－－－*/
.sameinput {
	width: 90%
}
button.submit_button {
	font-size: 16px;
	outline:none;
	width: 99%;
	height: 40px;
	margin-top: 25px;
	 border-radius:20px;
	 letter-spacing:20px;
	 text-align:center;
	 text-indent:20px;
}

input.Captcha {
	width: 57%;
	float: left;
}


/* checkbox样式 */
input[type=checkbox] {
	vertical-align: middle
}
.check-box {
	height: 18px;
	width: 18px;
	background-color: #fff;
	border: 1px solid #d9dde9;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
		cursor: pointer;
	vertical-align: top;
	
}
.check-box::before, .check-box::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 2px;
	background-color: #f66f6a;
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
}
.check-box::before {
	top: 13px;
	left: 7px;
	box-shadow: 0 0 0 1px #fff;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.check-box::after {
	top: 7px;
	left: 1px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type=checkbox]:checked + .check-box, .check-box.checked {
	border-color: #e4e8f2;
}
input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
	height: 8px;
	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	animation: dothabottomcheck 0.2s ease 0s forwards;
}
input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
	height: 12px;
	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
	-o-animation: dothatopcheck 0.4s ease 0s forwards;
	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	animation: dothatopcheck 0.4s ease 0s forwards;
}