.login-box {
    display: flex;
    justify-content: center;/*水平置中*/
    align-items: center; /*垂直置中*/
}

input {
    margin: 10px 0px;
}