/* Customisation X-Road - Thème africain avec fond baobab */
body {
    font-family: 'Open Sans', sans-serif !important;
}

.v-application {
    background: linear-gradient(135deg, #daa520 0%, #ffd700 100%) !important;
}

.login-form, .v-card {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
    border-radius: 12px !important;
}


/* Remplacer l'image de fond violette */
.graphics {
    background-image: none !important;
    background: linear-gradient(135deg, #daa520 0%, #ffd700 100%) !important;
}

/* Remplacer l'image de fond violette */
.graphics {
    background-image: none !important;
    background: linear-gradient(135deg, #daa520 0%, #ffd700 100%) !important;
}

/* Cibler spécifiquement l'élément qui utilise background.6b1846a5.png */
*[style*="background.6b1846a5.png"], 
div[style*="background.6b1846a5.png"],
.graphics {
    background-image: url("https://sn.api-service.work/xroad-custom/baobab_bg.jpg") !important;
    background-size: cover !important;
    background-position: center !important;
}

/* Cacher le texte original et le remplacer */
.login-form-toolbar-title {
    font-size: 0 !important;
}

.login-form-toolbar-title::after {
    content: "Connectez Vous";
    font-size: 2rem !important;
    font-weight: bold;
}

.sub-title {
    font-size: 0 !important;
}

.sub-title::after {
    content: "Serveur Central République du Sénégal";
    font-size: 1rem !important;
}
