.login .verticalcenter{ width: 52%;	box-shadow: -10px 0 20px -10px #dee1e4;
}
.login .verticalcenter .form-group{margin-bottom: 10px;margin-top: 16px;}
.login .verticalcenter .form-group input{border-radius: 0}
/*.login .verticalcenter .form-group input:focus{border-color: #75B9F0;box-shadow: 0 0 0 2px rgba(82, 168, 236, 0.15);}*/
/*.login .verticalcenter .form-group input::-webkit-input-placeholder {color:#ccc;}
.login .verticalcenter .form-group input::-moz-placeholder {color:#ccc;}*/
.login .verticalcenter .form-group #error{color: #fe461c}
.login .verticalcenter .form-group .checkbox,
.login .verticalcenter .form-group .btn-login{margin: 0 0 0 10px; display:inline-block;vertical-align: middle;}

/*第三方登录*/
.disanfang_ico{ /*background: #f9fcff;*/ padding: 28px 50px 30px 50px; /*border-right: 1px solid #dee1e4;border-radius: 5px 0px 0px 5px;*/}
.disanfang_ico li{list-style: none;  display: inline-block; width: 40px;}
.disanfang_ico li+li{margin-left: 4px;}

.login-logo{ position: absolute; top:-50px;left: 65px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    border: 5px solid #fff;
}

.form-control {
    padding: 7px 12px;
    font-size: 14px;
    height: 45px;
}
.form-horizontal .form-group{margin-left: 0px; margin-right: 0px;}
.form-horizontal .form-group label{ color: #333; line-height: 32px;}
.htmleaf-header{padding-top: 2em;}
.form-inline span{ text-align: left; line-height: 30px; height: 30px;}

.login-page {
	width: 60%;
	padding: 0;
	margin: auto;
	font-size: 14px;
} 
.login-register{ width: 62%;}

/*去掉框内阴影*/
.login .verticalcenter .form-group .form-control{
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}



.login-page .disanfang {	 
	/*background: #f9fcff;*/
    padding: 96px 50px 30px 50px; 
    border-right: 1px solid #dee1e4;
    border-radius: 5px 0px 0px 5px;
}

.login-page #login_form {
	position: relative;
	z-index: 1;
	background: #FFF;
	
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2), 0 5px 5px 0 rgba(0, 0, 0, .24)
}

.form input.form-control {
	font-family: Roboto, sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 92% !important;
	border: 0;
	margin: 0 0 8px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	float: left;
}

#login_submit {
	font-family: "Microsoft YaHei", Roboto, sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFF;
	font-size: 14px;
	-webkit-transition: all .3 ease;
	transition: all .3 ease;
	cursor: pointer
}

#login_submit:active,
#login_submit:focus,
#login_submit:hover {
	background: #43A047
}
 

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px
}

.form .message a {
	color: #4CAF50;
	text-decoration: none
}

.form .register-form {
	display: none
}

.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto
}

.container:after,
.container:before {
	content: "";
	display: block;
	clear: both
}

.container .info {
	margin: 50px auto;
	text-align: center
}

.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a
}

.container .info span {
	color: #4d4d4d;
	font-size: 12px
}

.container .info span a {
	color: #000;
	text-decoration: none
}

.container .info span .fa {
	color: #EF3B3A
}

body {
	background: no-repeat;
    background-size: cover;  
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	font-family: Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.foot {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: -66px;
	text-align: center;
	/*position: fixed;*/
	z-index: 1;
/*	bottom: 0;
	left: 0*/
}

.foot p {
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	color: #293235;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 25px;
	padding: 2px 15px
}

.shake_effect {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

p.center {
	color: #fff;
	font-family: "Microsoft YaHei"
}