html,
body {
    height: 100vh;
}

body {
    background: #322d46;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-container {
    max-width: 400px;
    width: 90%;

    background-color: #fdfdfd;
    padding: 15px;
    border-radius: 5px;

    color: #333;
}

.login-container h1{
    font-size: 1.75rem;
    text-align: center;
}