/* Cerqual overrides on top of the keycloak.v2 login theme (css/styles.css). */
:root {
    --keycloak-bg-logo-url: url("../img/cerqual-bg.jpg");
}

#kc-page-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

div.pf-v5-c-login__main-header {
    grid-template-columns: 100%;
}

#notice-connexion {
    font-size: 12px;
}

#mot-de-passe-oublie{
    font-size: 12px;
    text-align: right;
}