[genuitec-file-id="wc1-254"],[genuitec-lp-path="/bijiucoin/WebRoot/css/login.css"],[genuitec-lp-enabled=false]{
  /* for codelive */
}

.login_bg{
  width: 100%;
  height: 730px;
  background: url("../img/login_bg.jpg")no-repeat;
  background-size: 100% 730px;
  position: relative;
}
.login_box_bg{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 10px;
  background: rgba(225,225,225,.5);
  border-radius: 3px;
  width: 425px;
  height: 465px;
  margin-top: -232px;
  margin-left: -222px;
}
.login_box{
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  padding: 20px;
  height: 425px;
}
.login_box h3{
  font-size: 20px;
  color: #cc9b32;
  font-weight: 400;
  line-height: 46px;
}
.login_box form{
  margin-top: 20px;
}
.login_box form .login_txt p{
  color: #888;
  font-size: 14px;
  line-height: 30px;
}
.login_box form .login_txt input{
  width: 370px;
  height: 50px;
  border: 1px solid #ddd;
  padding-left: 10px;
  font-size: 14px;
}
.login_box form .login_txt button{
  width: 382px;
  height: 40px;
  line-height: 40px;
  border: none;
  background: #cc9b32;
  color: #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px;
}















