body {
    background-color: #F0F1F3 !important;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif !important;
}

.card, .container {
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 3px 20px #0001 !important;
    border: none !important;
}

.btn, .button, .login-btn {
    background-color: #0055d4 !important;
    color: #fff !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    border: none !important;
}

.btn:hover, .button:hover, .login-btn:hover  {
    background-color: #003399 !important;
    color: #e0e0e0 !important;
}

h1, h2, h3 {
    color: #0055d4 !important;
}

.logo-img {
    display: block;
    margin: 0 auto 16px auto;
    max-height: 80px;
}

/* Powered by listmonk: grigio chiaro */
.footer, .powered-by {
    color: #888 !important;
    font-size: 13px !important;
}
