@charset "utf-8";
.wx-login-bind-form{
  $item-height: 44px;
  padding: 5px;
  text-align: center;
  .title{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: $theme-color;
  }
  .ivu-form-item{
    margin-bottom: 30px;
  }
  .ivu-input{
    height: $item-height;
    font-size: 14px;
  }
  .ivu-btn{
    font-size: 14px;
  }
  .code-btn{
    margin-left: 5px;
    width: 140px;
    .start-btn,.down-btn{
      width: 100%;
    }
  }
  .action-wrap{
    height: $item-height;
    display: flex;
    justify-content: center;
  }
  .full{
    width: 100%;
  }
  .ivu-form-item-content{
    display: flex;
  }
}
