.forget{
    margin-top: 60px;
    
}
.forget .input-row{
    position: relative;
    width: 94vw;
    margin:0 auto;
    font-size: 1.5rem;
    
}
.forget .input-row label{
    position: absolute;
    left: 0;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    width: 50px;
    text-align: center;
}
.forget .input-row label i{
     font-size: 2.5rem;
     color: #78797C;
}
.forget .input-row input{
    border: 0px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 1.6rem;
    color: #78797C;
}

.forget .input-row #sendAuthCode{
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    width: 150px;
    text-align: right;
    padding-right: 10px;
    color: #78797C;
}

.forget .button{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    background-color: #F8AC08;
    width: 94vw;
    margin:0 auto;
    text-align: center;
    border-radius: 5px;
    margin-top: 15px;
}
