/*前台登录注册*/
	.center{text-align: center;}
	.login-page {
	  width: 600px;
	  padding: 5% 0 0;
	  margin: auto;background:url(../images/r_login_bj.png) center bottom no-repeat;
	}
	.form {
	  position: relative;
	  z-index: 1;
	  background: #FFFFFF;
	  max-width: 480px;
	  margin: 0 auto 80px;
	  padding: 45px 80px;
	  text-align: center;
	  border-bottom:1px solid aliceblue;
	}

	.form input {
	  font-family: "Roboto", sans-serif;
	  outline: 0;
	  border:1px solid #bebebe;
	  width: 100%;
	  margin: 0 0 15px;
	  padding: 10px 15px;text-indent:10px;
	  box-sizing: border-box;
	  font-size: 14px;
	}
	.form button {
	  font-family: "Microsoft YaHei","Roboto", sans-serif;
	  text-transform: uppercase;
	  outline: 0;
	  background: #00b0ec;
	  width: 100%;
	  border: 0;
	  padding: 15px;
	  color: #FFFFFF;
	  font-size: 14px;
	  -webkit-transition: all 0.3 ease;
	  transition: all 0.3 ease;
	  cursor: pointer;
	}
	.form button:hover,.form button:active,.form button:focus {
	  background: #00b0ec;
	}
	.form .message {
	  margin: 15px 0 0;
	  color: #b3b3b3;
	  font-size: 12px;
	}
	.form .message a {
	  color: #00b0ec;
	  text-decoration: none;
	}
	.form .register-form {
	  display: none;
	}
	@-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";
	}

/*后台登录*/
.admin_login{width:1000px;height:638px;margin:0 auto;}

.all{width:100%; min-width:1000px;height:635px;background:url(../images/admin_login.jpg) no-repeat top center; position:absolute; top:0; }
.admin_login_logo{margin:0 auto;width:1000px;text-align:center;padding-top:10%;color:#ffffff;font-size:30px;font-weight:bold;}
.form h2{padding-bottom:15px;font-size:20px;}
.all .form input {border-radius:20px;}
.all .form button{border-radius:30px;}
.all p{text-align:center;}

