@charset "utf-8";

#form_title {
  padding-top: 30px;
}
#form_title>div>span {
  color: #333;
  font-weight: bold;
}
#form_title>p {
  color: #1ca084;
  padding-top: 30px;
}
.container .btn {
  background-color: #1ca084;
  color:#fff;
  font-size: 18px;
  padding: 0 15px;
  margin-top: 40px;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
.form-list >div:nth-child(3) {
  color: #484848;
  margin-top: 30px;
  margin-bottom: 20px;
}
/**************** 注册表单 *********************/
.form-list {
  margin-top: 20px;
}
.form-list ul li {
  position: relative;
  height: 60px;
  padding-top: 15px;
}
.form-list ul li >label {
  width: 16%;
  font-size: 19px
}
.form-list ul li >span {
  display: inline-block;
  /*width: 35%;*/
  font-size: 18px;
}
.form-list .h-text {
  width: 65%;
  height: 40px;
  border: 0;
  font-size: 18px;
}
.form-list ul li >div {
  position: absolute;
  left: 16%;
  width: 84%;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
  top: 50px;
}



