* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
}

html {
  background: url(./loginbg.jpg);
  background-size: cover;
}

a {
  color: #409eff;
  cursor: pointer;
}
.video-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.video-cover video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.captcha {
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 3px;
}

#app {
  /* display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw; */
}

#content-bg {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.content {
  position: relative;
  width: 720px;
  min-height: calc(100vh - 60px);
  margin: 30px auto 30px;
  padding: 30px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.content .lead {
  text-align: center;
  font-size: 18px;
  color: #303133;
}

.content.black {
  background: #fff;
  box-sizing: border-box;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  backdrop-filter: blur(10px);
}

.content.black {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.content.black .lead {
  color: #fff;
}
.content.black .form-lead {
  color: #fff;
}

.content.black .el-form-item__label {
  color: #fff;
}

.content.black .el-descriptions__header {
  color: #fff;
}
.content.black .el-descriptions__body {
  color: #fff;
  background-color: transparent;
}
.content.black .el-descriptions .is-bordered .el-descriptions-item__cell {
  border: none;
}
.content.black .el-descriptions-item__label.is-bordered-label {
  font-weight: 700;
  color: #fff;
  background-color: transparent;
}

.form-box {
  margin-right: 30px;
  padding: 20px 0;
}

.form-lead {
  margin: 0 0 15px;
  font-size: 16px;
  padding-left: 100px;
  padding-top: 18px;
}

.form-lead.center {
  padding: 0 100px;
  text-align: center;
  font-size: 20px;
}

.form-lead .small {
  font-size: 12px;
  margin-left: 12px;
  color: tomato;
}

.inline-btn {
  min-width: 90px;
  position: absolute;
  top: 0;
  right: 0;
}
