
#login-modal .modal-form .modal-form-group {
    min-height: 300rem;
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
    align-items: stretch;
    justify-content: flex-start;
}

#login-modal .modal-image {
    background-image: url('./../../img/backgrounds/background-login.jpg');
}

#login-modal .modal-footer {
    margin-top: 40rem;
}