.main-row {
    width: 635px;
    height: 414px;
    margin: 54px auto auto;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: #333 0 0 10px;
}

.login {
    width: 455px;
    height: 40px;
    border-bottom: 2px solid #1f89b3;
    margin: 50px auto auto;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #0062d0;
    line-height: 40px;
    text-align: center;
}

.row {
    width: 455px;
    height: 275px;
    margin: 15px auto auto;
}

.form-button {
    width: 125px;
    background-color: #409eff;
    border-color: #409eff;
    color: #fff;
}

.from-div {
    color: #0062d0;
    font-size: 14px;
    margin-top: 5px;
    font-family: PingFangSC-Regular;
    display: -webkit-flex;
    justify-content: space-between;
}

.footer {
    background-color: #1a55a7;
}