.login-pf{
    font-size:62.5% !important;
}
#sticky-footer .container .navbar{
    font-size:1.25rem;
}
.login-pf body {
    background-size: cover;
    height: 100%;
    background: none;
    background-color: #fff;
    border: none;
}
.login-pf .card-pf, .login-pf-page .card-pf{
    margin: 0px;
    padding: 0px;
}
.login-pf .container {
    color:#3b3b3b;
}
.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}
#kc-locale{
    display:none;
}

#kc-locale-custom ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 0;
    top: 20px;
    min-width: 100px;
    padding: 2px 0;
    border: solid 1px #bbb;
}

#kc-locale-custom:hover ul {
    display: block;
    margin: 0;
}

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

}

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

#kc-locale-dropdown-custom a {
    color: #4d5258;
    background: 0 0;
    padding: 0 15px 0 0;
    font-weight: 300;
}

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

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

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

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

@media (min-width: 768px) {
    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }
    #kc-locale-custom {
        position: relative;
        text-align: right;
        z-index: 9999;
    }
    #kc-locale-custom:hover ul {
        top:15px;
    }
    .login-pf .container {
        position: relative;
        color:#3b3b3b;
    }
}
@media (max-width: 767px) {

    #kc-locale-custom {
        width: 200px;
        text-align: right;
        z-index: 9999;
        float:right;
    }
    #kc-locale-custom {
        position: relative;
        text-align: right;
        z-index: 9999;
    }

}
