﻿body {
    background: linear-gradient(135deg, #34343b 0%, #57585f 50%, #34343b 100%);
}

/* Fond de la carte */
.login-card {
    background: linear-gradient(135deg, #34343b 0%, #57585f 50%, #34343b 100%);
    color: #ffffff;
    border-radius: 16px;
}

/* Champs de saisie */
.mud-input-root {
    /*background-color: #2a2a2a !important;
    border-radius: 10px !important;*/
    color: #ffffff !important;
}

/* Bouton principal */
.mud-button {
    background: linear-gradient(135deg, #e9a034 0%, #d67328 100%) !important;
    color: #000000 !important;
    border-radius: 10px !important;
}

/* Placeholder et labels */
.mud-input-label {
    color: #BDBDBD !important;
}

.mud-input {
    /*    color: #ffffff !important;*/
}
