.login-form {
    justify-content: center;
    min-height: 90vh;
}

.button-block {
    width: 100%;
}

.login-background {
    justify-content: center;
    min-height: 30vh;
    padding: 50px;
}

.App-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px;
}
