.login-container {
    height: calc(100vh - 3rem);
}

.title {
    color: #3f3d56;
}

.languages ul {
    list-style: none;
}

.languages ul a i,
.languages ul span i {
    display: inline-block;
    width: 1.3rem;
    height: .8rem;
}

.languages ul .sk i {
    background: url('../images/sk.svg') no-repeat center;
    background-size: contain;
}

.languages ul .hu i {
    background: url('../images/hu.svg') no-repeat center;
    background-size: contain;
}

.languages ul .en i {
    background: url('../images/gb.svg') no-repeat center;
    background-size: contain;
}

.message-tooltip ul:nth-last-child(1),
.message-tooltip p:nth-last-child(1) {
    margin: 0;
}

@media only screen and (max-width: 576px) {
    .login-container {
        height: auto;
        gap: 3rem;
    }

    .login-container .lead-image {
        max-height: 55vw;
    }
}
