.footer-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-content .bigger-120{
  font-size: 13px !important;
  color: gray;
}
.login-layout {
  background: #f0f2f5 url(/assets/admin/images/backend-login-bg.svg) no-repeat center 110px;
  background-size: 100%;
}
.login-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-container .footer{
  width: 100% !important;
  position: absolute;
  bottom: 0;
}
.login-container .footer-inner{
  position: relative !important;
  width: 100%;
  left: 0;
}
.login-header{
  width: 100%;
  height: 60px;
  background: white;
  display: flex;
  padding-left: 100px;
}
.login-header img{
  height: 40px;
  margin-top: 10px;
  margin-right: 10px;
}

.login-content{
  width: 680px;
  height: 100%;
  margin-top: 5%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 60px 0 80px;
  position: relative;
  box-shadow: 0 4px 10px 0 rgb(60 65 71 / 10%);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-content .el-form{
  width: 65%;
  margin-top: 20px;
}
.login-content .el-form .field{
  position: relative;
  margin-top: 10px;
}
.login-content .el-form input{
  height: 40px !important;
  text-indent: 80px;
}
.login-content .el-form .field  .input-tip{
  position: absolute;
  left: 0;
  height: 40px;
  width: 80px;
  line-height: 40px;
  text-align: center;
}
.login-content .el-form .captcha{
  position: absolute;
  right: 5px;
  margin-top: 5px;
}
.login-content .el-form .field .el-button{
  width: 100%;
}
.login-content .el-form .bottom{
  display: flex;
  justify-content: space-between;
}
.login-content .bottom{
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.login-content .el-form .sendbtn{
  display: flex;
  justify-content: space-between;
}
.login-content .el-form .sendbtn .el-input{
  width: 60% !important;
}
.login-content .el-form .sendbtn .el-button{
  width: 35% !important;
}
[v-cloak] {
  display: none;
}