body {
    margin: 0;
}

.login-box {
    width: 100%;
    height: 100vh;
    background: url(../img/login-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: end;
}

.login-input-box {
    width: 36%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.welcome-box {
    width: 100%;
    text-align: center;
    height: 35px;
    font-family: FZHei-B01;
    font-weight: 400;
    font-size: 38px;
    color: #333333;
    line-height: 35px;
    margin-top: 287px;
}

.login-input-item {
    width: 475px;
    height: 77px;
    border-radius: 38px;
    background: none;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
}

.icon-box {
    margin-left: 29px;
}

.login-input {
    width: 380px;
    height: 100%;
    margin-left: 19px;
    border: none;
    background: none;
    outline: none;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.login-input::placeholder {
    font-weight: 500;
    font-size: 24px;
    color: #999999;
}

.login-button-box {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 475px;
    height: 77px;
    background: linear-gradient(90deg, #003EE6 0%, #206CFE 100%);
    box-shadow: 0px 6px 20px 0px rgba(130, 120, 255, 0.53);
    border-radius: 38px;
    margin-top: 54px;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
}

.forget-a {
    display: flex;
    width: 475px;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    line-height: 32px;
    text-decoration: none;
    margin-top: 19px;
    padding-left: 34px;
}