.imglogo{
  height: 35px;
  width: 100%;
  padding: 3px 0px 0px 12px;
}
.div_ib{
  display: inline-block;
  overflow: hidden;
}
div .navimglink{
  width: 1200px;
  margin: 70px auto;
}
.copyright{
  position: fixed;
  width: 100%;
  bottom: 0px;
  height: 50px;
  color: #7d7d7d;
  z-index: 99;
  line-height: 50px;
  text-align: center;
  background-color: #f7f7f7;
  font-size: 13px
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.login_fl{
  background: url("/static/images/background.jpg");
  width: 600px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: 160%;
  background-position: 99% 9%;
}
.login_fr{}
.class_login{
  overflow: hidden;
  box-shadow: 0px 0px 20px 6px #ecebeb;
  margin-top: 30px;
  background-color: white;
}
.header_nav span{
  font-size: 29px;
  padding-left: 45px;
  color: #231815;
}
.header_nav div{
  background: url("/static/images/logo2.png");
  height: 51px;
  background-repeat: no-repeat;
  width: 300px;
  background-size: 100%;
}
.login_body{
  position: relative;
  width: 1150px;
  height: 700px;
}
.oh{
  overflow: hidden;
}
.login_title{
  color: #7d7d7d;
  font-size: 18px;
}
.login-body .form-item{
  color: #7d7d7d;
  margin: 0px 0px 18px 0px;
}
.login-body .form-item .form-control{
  border-radius: 15px;
  border: 1px solid #7d7d7d;
  padding-left: 37px;
}
.eyeball{
  position: absolute;
  right: 14px;
  top: 18px;
}
.login-body{
  margin: 10%;
}
.input-wrapper{
  position: relative;
}
.login-body .login_btn{
  background-color: #6f2def;
  width: 100%;
  border-radius: 25px;
  font-size: 16px !important;
  height: 36px;
  padding: 2px;
  box-shadow: none;
}
.input-btn{
  position: absolute !important;
  font-size: 15px;
  left: 15px;
  top: 11px !important;
}