.bg-img{
  width: 100%;
}
.login-main{
  position: relative;
  height: 145px;
  margin: 0 30px;
}
.login-content{
  position: absolute;
  top: -60px;
  height: 205px;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
  z-index: 3;
}
.login-list:first-child{
  margin-top: 30px;
}
.login-list{
  margin: 0 15px 12px;
  padding-left: 15px;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background-color: #f4f6f8;
}
.user-pic{
  width: 13px;
}
.pass-pic{
  width: 12px;
}
.login-list-input{
  font-size: 15px;
  flex: 1;
  margin-left: 13px;
  background-color: #f4f6f8;
}
.login-btn{
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 17px;
  color: white;
  height: 45px;
  background: url(../img/btn-login-bg.jpg);
  background-size: 100% 100%;
}
.other{
  margin: 40px 35px 0;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.other a{
  display: inline-block;
  color: #da244e;
}