.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
}

input {
    margin: 10px;
}

button {
    max-height: 50px;
    color: white;
}