﻿.login-container {
    max-width: 480px;
    justify-self: center;
    justify-content: center;
    margin-top: 2em;
    padding: 48px;
    flex-direction: row;
    border-radius: 0.5rem;
    background-color: var(--form-bg-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}


    .login-container h2 {
        justify-self: center;
        padding-bottom: 28px;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }