html, body {
    height: 100%;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.aligner-login {
    flex: none;
    max-width: 400px;
}

.login-wrapper {
    height: 100%;
}