.regist-container[data-v-702230ee] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: auto;
  background-color: '#eeeeee';
}
.regist-container .content[data-v-702230ee] {
    padding-top: 80px;
    background-color: white;
    width: 70%;
    margin: 20px auto 60px auto;
    border-radius: 8px;
    text-align: center;
}
.regist-container .copyright[data-v-702230ee] {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4293E4), to(#397DD2));
    background-image: linear-gradient(#4293E4, #397DD2);
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    color: #fff;
}

.regist-container .el-input__inner {
  padding-left: 35px;
  border: none;
  border-bottom: 1px solid #DCDFE6;
}
.regist-container .el-input-group__append {
  background: none;
  border: none;
  border-bottom: 1px solid #DCDFE6;
}


/*# sourceMappingURL=12.2a590e74.css.map*/