@import "../../assets/stylus/colorConfig.styl"
.input_content{
  padding 0 1.25rem
}
.input_item{
  display flex
  height 3.25rem
  line-height 3.25rem
  box-sizing border-box
  border-bottom 1px solid border_color
  font-size .875rem
  label{
    width 6.25rem
    line-height 3.25rem
    text-align left
    color subheadColor
  }
  .input_text{
    flex 1
    -webkit-flex 1
    font-size .875rem
  }
  .has_r{
    width 8rem
  }
}
.btn{
  width 100%
  height 2.75rem
  line-height 2.75rem
  margin-top 1.3125rem
  border-radius 30px
  background: -webkit-gradient(linear, 0% 25%, 75% 100%, from(#fba78d), to(#fd8a81));
  text-align center
  color #fff
}
.forget_span{
  color #bbbcbc
}
