.regist-container[data-v-ad4e2d3e] {
  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-ad4e2d3e] {
    padding-top: 60px;
    background-color: white;
    width: 70%;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
}
.regist-container .copyright[data-v-ad4e2d3e] {
    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;
}
.regist-container .copyright {
  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;
}


/*# sourceMappingURL=10.7d320ff1.css.map*/