.login-container {
    width: 100%;
    height: calc(100vh - 75px);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.login-container input, .login-container button {
    width: 500px;
    max-width: 100%;
    padding: 10px;
    margin: 10px;
}

.login-container button {
    border: none;
    outline: none;
    background: #0375c0;
    color: white;
    cursor: pointer;
}