body{
  width:100%;
  height:100%;
  background:url(../img/login_bg1.png);
  background-size:cover;
}
.lg_content{
  width:100%;
  height:inherit;
  background:url(../img/login_bg2.png);
  background-size:cover;
}
.lg_content{
  width:100%;
  height:inherit;
  background:url(../img/login_bg3.png);
  background-size:cover;
}
.logoImg{
  margin-left:40px;
  margin-top:35px;
  float:left;
}
.imgDiv{
  float:left;
  width:50%;
  height:60px;
  margin-top:2.1%;
  margin-left:13px;
}
.logoImg2{
  width:100px;
  height:19px;
  display: block;
}
.logoImg3{
  width:101px;
  height:9px;
  margin-top:4px;
  display:block;
}
/*输入框*/
.for_box{
  width:761px;
  height:452px;
  position:fixed;
  left:50%;
  top:50%;
  margin-left:-380px;
  margin-top:-226px;
  background:#2d4d89;
  opacity:0.8;
}
.forget_top{
  width:100%;
  height:60px;
}
.for_top_img{
  width:5px;
  height:8px;
  float:right;
  margin-right:28px;
  margin-top:30px;
}
.for_top_back{
  float:right;
  height:11px;
  margin-top:29px;
  margin-right:7px;
  color:#fff;
  line-height:11px;
  font-size:11px;
  cursor:pointer;
}
.for_top_title{
  width:100%;
  height:24px;
  line-height:24px;
  font-size:22px;
  color:#fff;
  text-align: center;
  margin-bottom:38px;
}
.for_inputBox{
  width:551px;
  height:42px;
  margin-bottom:21px;
}
.for_left{
  float:left;
  width:233px;
  height:42px;
  text-align:right;
  color:#fff;
  font-size:14px;
  line-height:42px;
  margin-right:18px;
}
.for_input,.for_input_r{
  height:42px;
  line-height:42px;
  color:#fff;
  font-size:14px;
  text-indent: 17px;
  background:#264286;
}
.for_input{
  width:300px;
}
.for_input_r{
  width:190px;
  margin-right:10px;
}
.for_input_rr{
  float:right;
  width:100px;
  height:42px;
  cursor:pointer;
}
.yzm{
  height:40px!important;
  width:96px!important;
  font-size:12px;
  line-height:42px;
  text-align:center;
  color:#3391f0;
  border:1px solid #3391f0;
  border-radius:1px;
  cursor:pointer;
}
.btn{
  width:260px;
  height:45px;
  line-height:45px;
  text-align:center;
  background:#2c8af5;
  color:#fff;
  font-size:14px;
  margin-top:22px;
  margin-left:251px;
  border-radius:1px;
  cursor:pointer;
}
::-webkit-input-placeholder{
  color:#8c9bbf;
}
a{
  color:#fff;
}