*:not(.fa) {
    font-family: Poppins, sans-serif !important;
}

h1#kc-page-title {
    font-weight: bold;
    font-size: 16px;
}

.login-pf body {
    background: white none;
}

.login-pf-page {
    padding-top: 0;
    height: 100%;
}

div#kc-header-wrapper {
    padding: 5px 5px 0;
}

input#username {
    font-size: 13px;
}

input#password {
    font-size: 13px;
}

div.kc-logo-text {
    background-image: url(../img/biron.png);
    height: 32px;
    width: 131px;
}

#kc-social-providers > ul > li > a {
    margin-bottom: 20px;
}

#kc-social-providers {
    .pf-c-button::after {
        border-width: 0 !important;
        border-color: transparent !important;
    }
}

.kc-social-provider-logo {
    font-size: 20px;
}

div.card-pf {
    margin: 10px;
    box-shadow: gray 0 1px 3px;
    border-radius: 6px;
    border: none;
    min-width: 400px;
}

i.kc-social-provider-logo {
    color: white
}

.pf-c-form__label.pf-c-form__label-text {
    font-weight: bold;
}

a:not(.biron-button) {
    color: #425ff0;
}

a:not(.biron-button):hover {
    color: #425ff0 !important;
}

.separator-container {
    -moz-box-align: center;
    align-items: center;
    display: flex;

    .separator {
        border-top: 2px solid rgb(197, 197, 197);
        width: 100%;
        height: 0;
    }

    .separator-text {
        font-size: 12px;
        line-height: 15px;
        font-weight: 700;
        color: rgb(117, 117, 117);
        padding: 0 20px;
    }
}

.biron-auth-update {
    margin: 10px;
    background: white;
    max-width: 440px;
}

.content-section.no-bd {
    background: white;
}


.biron-provider {
    font-size: 12px;
}

.biron-social-provider-title {
    font-weight: bold;
}

.biron-button.Google {
    background: #4285f4;
}

.biron-button.Google:hover {
    background: #3367d6;
}

.biron-button.Microsoft {
    background: #505050;
}

.biron-button.Microsoft:hover {
    background: #2f2f2f;
}

.content-container {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

.content-section {
    flex: 1;
    background-image: url(../img/background.png);
    background-size: cover;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


#biron-new-auth-title {
    font-weight: bold;
}

.biron-new-auth-section-title {
    color: #425ff0;
    font-weight: bold;
}

.biron-new-auth-section {
}

.login-pf.biron-button a:hover {
    color: white;
}

input.pf-c-button {
    background-color: #425ff0 !important;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

input.pf-c-button:hover {
    background-color: #3952d0 !important;
    cursor: pointer;
    text-decoration: unset;
    color: white
}

/* fixme may be replaced by pf-c-button*/
.biron-button {
    background-color: #425ff0;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
}

.biron-button:hover {
    background-color: #3952d0;
    cursor: pointer;
    text-decoration: unset;
    color: white
}

.login-pf a:hover.biron-button {
    color: white;
}

.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.recommended {
    font-weight: normal;
    color: gray;
}

.elementsWhenFollowingUp {
    display: none;
}

#biron-back-to-basic-login {
    float: left;
}

@media (max-width: 1000px) {
    .hidden-on-small {
        display: none;
    }
}

