.login-form {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    width: 590px;
    margin: auto;
}
.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-width: 100vw;
}  