.alert-error {
    background-color: #ffe9da;
    color: #da4f49;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
    max-height: 600px;
    overflow-y: auto;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
    z-index: 1000;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 14px;
    color: #000 !important;
    text-decoration: none;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
}

#kc-locale-dropdown a {
    color: #000;
    background: 0 0;
    font-weight: 300;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 0 5px;
}


/* a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
} */

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

div.logo {
    background-image: url(../img/nord-logo.svg);
    background-repeat: no-repeat;
    height: 90px;
    width: 112.75px;
    margin: 0 auto;
    left: 13px;
}

div.logo span {
    display: none;
}

.pl2 .form-group {
    margin-bottom: 15px;
}

/** Monitore < 984px**/
@media only screen and (max-width: 984px) {
    #kc-locale{
        padding: 19px 0px 19px 15px!important;
    }
}