.login {
  background : url("http://libs.fengchuanba.com/assets/img/market/loginbg2.jpg") no-repeat;
  background-size : 100% 100%;
  height: 100%;
  min-height: 100%;
}

#page{
	width: 550px;
	margin-left:50vw;
	padding-top: 10vh; 
} 

.login-box-plain {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #D8D8D8;
  box-shadow: 0 1px 4px #D3D3D3;
  margin: 0 auto;
  padding: 0px 40px 20px 40px;
  position: relative;
  min-height: 400px;
}
.login-box-plain input,
.login-box-plain textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 15px;
  padding:8px;
  width: 88%;
  margin: 0;
  border-radius: 6px;
  box-shadow: none;
  min-width: 0;
}
.login-box-plain button {
  width: 100%;
}

.bigintro {
  font-size: 38px;
  line-height: 50px;
  text-align: center;
}

.form-control{
	display: inline;
}

.login-box form i,
.login-box-plain form i {
  color: #CCCCCC;
  display: block !important;
  font-size: 16px;
  height: 16px;
  margin: 9px 2px 4px 10px;
  position: absolute !important;
  text-align: center;
  width: 16px;
  z-index: 1;
}
.login-box .social-login a,
.login-box-plain .social-login a {
  border: 0 none;
  border-radius: 100% 100% 100% 100%;
  height: 42px;
  line-height: 42px;
  margin: 0 5px;
  padding: 0;
  width: 42px;
  text-decoration: none !important;
}
.login-helpers {
  margin-top: 5px;
  font-size: 14px;
}
.form-control:focus {
  border-color: #CCCCCC;
  box-shadow: none !important;
}

.logo a {
  transition: all 0.4s ease-in-out 0s;
}
.logo a:hover {
  opacity: 0.7;
}
.logo img {
  max-height: 50px;
}
.visible {
  display: block !important;
}
#login,
#weChatLogin,
#register,
#forgot {
  display: none;
}
#login_bg,
#weChatLogin_bg,
#register_bg,
#forgot_bg {
  display: none;
}
#login_bg a,
#weChatLogin_bg a,
#register_bg a,
#forgot_bg a {
  color: #FFFFFF;
  text-decoration: underline;
}
#login_bg a:hover,
#weChatLogin_bg a:hover,
#register_bg a:hover,
#forgot_bg a:hover {
  text-decoration: none;
}
.error-span {
  color: #FF0000;
}

.btn-warning {
    color: #fff;
    background-color: #ffa400;
    border-color: #f78c40;
}
.center{
	text-align:center;
}