.input-group{
    width: 88%;
    margin: auto;
    padding-top: 20px;
}
.input-row{
    position: relative;
}
.input-row input,.input-row select{
    border: 0;
    background: #f4f6f7;
    color: #3f4a51;
    font-size: 16px;
    /* text-indent: 8px; */
}
.input-row i{
    position: absolute;
    right: 8px;
    top: 10px;
    font-size: 12px;
    color: #f12538;
}
.input-row i::before{
    content: "*";
    position: absolute;
      left: -8px;
      top: 2px;
  }
.input-row .login-btn{
    margin-top: 10px;
}
.input-row .id-type{
    background: #f4f6f7;
    color: #3f4a51;
    font-size: 16px;
}
.input-row .id-type div{
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.input-row .id-type i{
    color: #bebfc3;
}