@media screen and (min-width: 1024px) {
    #login-section {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }
}

#login-section {
    width: 88%;
}