.logincontent {
  background: url('../image/login/bgc.png') no-repeat;
  width: 100%;
  min-height: calc(100vh - 115px);
  background-size: 100% 100%;
  overflow: hidden;
}
.logincontent .content {
  width: 489px;
  height: 648px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 17px 17px 17px 17px;
  border: 1px solid #FFFFFF;
  float: right;
  margin-right: 137px;
  margin-top: 5%;
  padding: 44px 67px;
  box-sizing: border-box;
  position: relative;
}
.logincontent .content .ewm {
  position: absolute;
  width: 75px;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.logincontent .logo {
  width: 58px;
  margin-bottom: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.logincontent .title {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
.logincontent .welcome {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin-bottom: 22px;
}
.logincontent .nav {
  font-size: 13px;
  color: #000000;
  margin-bottom: 23px;
}
.logincontent .nav span {
  padding-right: 16px;
  cursor: pointer;
}
.logincontent .nav .active {
  font-weight: 500;
  font-size: 15px;
  color: #0094FF;
}
.el-icon-user {
  background: url('../image/login/user.png') center center no-repeat;
  background-size: 17px;
}
.el-icon-user:before {
  content: "";
  visibility: hidden;
}
.el-icon-password {
  background: url('../image/login/password.png') center center no-repeat;
  background-size: 17px;
}
.el-checkbox {
  color: #999;
}
.el-button--default {
  color: #0094ff;
  border-color: #0094ff;
}
.el-icon-phone {
  background: url('../image/login/phone.png') center center no-repeat;
  background-size: 17px;
}
.el-icon-phone::before {
  content: "";
  visibility: hidden;
}
.el-icon-yzm {
  background: url('../image/login/code.png') center center no-repeat;
  background-size: 17px;
}
.el-input__inner {
  border-color: #fff;
}
.el-form-item {
  margin-bottom: 20px;
}
.el-checkbox__label {
  font-size: 13px;
}
