.bg{
    background-image: url('../../img/bg_login.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position:absolute;
  width: 100%;
  height: 100%;
}
.rw{
    background: url('../../img/people.png');
    background-size: 100% 100%;
    background-color: white;
    height: 630px;
    display: block;
    margin-top: 20px;
  background-repeat: no-repeat;
}
.baidi{
	 background: url('../../img/baidi.png');
	 background-size: 100% 100%;
	 height: 630px;
	 display: block;
}
.lr{
    display: block;
    margin-top: 5%;
    height: 700px;
}

.icon-user{
  position: absolute;
  background-image: url('../../img/yonghuming.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: 9%;
  width: 20px;
  height: 20px;
}
.icon-pwd{
  position: absolute;
  background-image: url('../../img/mima.png');
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin-left: 9%;
  width: 20px;
  height: 20px;
  
}
.il{
  padding-left: 40px;
  height: 42px;
  margin-left: 10%;
  border: 0px;
  border-bottom: rgba(211,211,211,1) 1px solid;
}
.dt{
  display: block;
  height: 100px;
  width: 100%;
}
.dl{
  display: block;
  height: 100px;
  width: 100%;
  text-align: center;
}
.lb{
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgb(255,255,255,1);
}
.tl{
  
  font-size: 32px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgb(51,51,51,1);
}
.tl2{
  float: right;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: rgb(51,51,51,1);
  margin-right: 20%;
}