body {
    margin: 0;
}

.navigation-box {
    width: 100%;
    height: 98px;
    background: #54382D;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.logo-img-box {
    width: 172px;
    height: 55px;
}

.go-back {
    text-decoration: none;
    position: absolute;
    right: 104px;
    display: block;
    width: 97px;
    height: 23px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 24px;
    color: #FEFEFE;
}

.forget-desc-box {
    width: 100%;
    height: 982px;
    background: url(../img/forget-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forget-input-box {
    width: 767px;
    height: 770px;
    background: #FFFEFE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.forget-title-box {
    width: 100%;
    height: 36px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 38px;
    color: #101010;
    text-align: center;
    line-height: 36px;
    margin-top: 66px;
}

.forget-input-item {
    width: 533px;
    height: 40px;
    margin-top: 29px;
    display: flex;
}

.input-label {
    width: 119px;
    height: 100%;
    line-height: 40px;
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    color: #757575;
}

.forget-input {
    width: 368px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #A0A0A0;
    margin-left: 16px;
    font-weight: 400;
    font-size: 20px;
    color: #757575;
}

.notice {
    margin-top: 20px;
    width: 100%;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #D1D1D1;
}

.notice:hover {
    color: #0091fb;
}

.submit-box {
    text-decoration: none;
    width: 368px;
    height: 40px;
    background: #2D79E7;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
    font-weight: 400;
    font-size: 24px;
    color: #FEFEFE;
}

.forget-img-box {
    width: 274px;
    height: 270px;
    margin-top: 49px;
}