.register[data-v-022fc800] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.register .header[data-v-022fc800] {
    height: 60px;
    line-height: 60px;
    color: #7d7d7d;
    padding-left: 32px;
    font-size: 18px;
}
.register .register-form[data-v-022fc800] {
    flex-grow: 1;
    background-color: #e6e6e6;
    padding: 50px 8vw;
}
.register .register-form .form-title[data-v-022fc800] {
      margin-bottom: 40px;
}
.register .register-form .mg-t[data-v-022fc800] {
      margin-top: 20px;
}
.register .register-form .el-row[data-v-022fc800] {
      margin-bottom: 12px;
}
.register .form-submit[data-v-022fc800] {
    background-color: #e6e6e6;
    display: flex;
    flex-direction: row-reverse;
    padding-right: 8vw;
    height: 120px;
}

