/*
    @see https://developers.google.com/web/updates/2018/01/devtools#overrides
*/

@import url('https://fonts.googleapis.com/css?family=Lato:700,900|Open+Sans:400,700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
}

h1 {
    font-weight: 700;
}

.login-pf body {
    background-size: cover;
    background: url(../img/fundo.jpg) no-repeat fixed center;
}

.form-control {
    border-radius: 1px;
    box-shadow: none;
    border-color: #cdcdcd;
}

.form-control:hover {
    border-color: #76a8d6;
}

.btn-primary {
    background-image: none;
    background-color: #004996;
    box-shadow: none;
}

#kc-header-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    user-select: none;
    font-size: 0;
    padding: 40px 0 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
}

.kc-logo-text {
    color: transparent;
    user-select: none;
}

#kc-header-wrapper::before {
    content: ' ';
    display: block;
    width: 50%;
    max-width: 300px;
    height: 90px;
    background: url(../img/logo.svg) center center no-repeat;
    background-size: contain;
}

a#kc-current-locale-link {
    display: flex;
    padding: 0;
}

#kc-locale ul {
    padding: 0;
}

a#kc-current-locale-link::after {
    content: " ";
    width: 16px;
    height: 16px;
    display: inline-block;
    /* https://git.blivesta.com/flexicon/#modal-chevron-bottom */
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=');
    background-size: contain;
}

#kc-locale {
    position: fixed;
    top: 20px;
    right: 20px;
    width: auto;
}

@media (min-width: 768px) {
    #kc-header-wrapper::after {
        left: 50%;
        margin-left: -50%;
        top: 62px;
        height: 58px;
        width: 100%;
        max-width: none;
    }
}
