.but-t {
  border: 1px solid #ccc;
  width: 348px;
  margin-bottom: 30px;
  height: 38px;
}
.but-pack {
  margin: 8px;
  width: 100px;
  float: left;
}
.but-x {
  float: right;
  width: 200px;
  text-align: right;
  margin: 8px;
}
.wrap {
  /*position:fixed;*/
  /*border: 1px solid #eee;*/
  /*width: 348px;*/
  /*height: 100px;*/
  /*background:#fff;*/
  z-index: 99;
}
.user-register.error {
  color: #ff0000;
}
.user-register.warning {
  color: #ff7e05;
}
.user-register.success {
  color: #52c41a;
}
.lines {
  width: 70px;
  background-color: #1890ff;
  height: 2px;
  margin-left: 40%;
  margin-top: 10px;
}
.user-layout-register {
  /*border: 1px solid red;*/
  padding: 25px 40px 0px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 30px 0 rgba(63, 63, 65, 0.06);
          box-shadow: 0 20px 30px 0 rgba(63, 63, 65, 0.06);
}
.user-login-others {
  width: 428px;
  border-top: solid #eee 1px;
  padding: 20px;
  margin-left: -40px;
  border-radius: 10px;
  background-color: #fcfcfc;
}
.user-layout-register .ant-input-group-addon:first-child {
  background-color: #fff;
}

.user-layout-register > h3[data-v-13112572] {
  font-size: 16px;
  margin-bottom: 20px;
}
.user-layout-register .getCaptcha[data-v-13112572] {
  display: block;
  width: 100%;
  height: 40px;
}
.user-layout-register .register-button[data-v-13112572] {
  width: 50%;
}
.user-layout-register .login[data-v-13112572] {
  float: right;
  line-height: 40px;
}

