body { 
    background: #f6f6f6; 
}

.login-container {
    max-width: 350px;
    margin: 10vh auto;
    background: #fff;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

.logo {
    display: block;
    margin: 0 auto 1.5rem auto;
    max-width: 110px;
}

.footer-total .btn-group.w-100 .btn { width: 50%; }
/* Masquer les flèches sur les input[type=number] */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

/* Couleur orange pour les factures partiellement payées */
.text-orange {
    color: #fd7e14 !important;
}