body {
    background-color: #1E1E1E !important;
    color: white !important; 
    font-family: 'Inter', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: white !important;
    font-weight: 500 !important;
}

.rotulo-formulario {
    color: white !important;
    font-weight: 500;
}

.rotulo-verificacao {
    color: white !important;
}

.corpo-cartao p, .corpo-cartao div, .corpo-cartao label {
    color: white !important; 
}

.text-muted {
    color: #cccccc !important;
}

.card {
    background-color: #1a1a1a !important;
    border: 3px solid #333333 !important;
    border-radius: 10px !important;
}

.corpo-cartao {
    padding: 2.5rem !important;
}

.form-control, .form-select, .form-check-input {
    background-color: #222222 !important;
    color: white !important;
    border: 1px solid #444444 !important;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
    background-color: #222222 !important;
    color: white !important;
    border-color: #f1c40f !important;
    box-shadow: 0 0 0 0.25rem rgba(241, 196, 15, 0.25) !important;
}

::placeholder {
    color: #777777 !important;
    opacity: 1;
}

.form-check-input {
    background-color: #444444 !important;
    border: 1px solid #777777 !important;
}

.form-check-input:checked {
    background-color: #f1c40f !important;
    border-color: #f1c40f !important;
}

.btn-primary {
    background-color: #f1c40f !important;
    color: black !important;
    border-color: #f1c40f !important;
    font-weight: bold;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background-color: #ffcc00 !important; 
    border-color: #ffcc00 !important;
    color: black !important;
    transform: scale(1.02);
}

hr {
    border-top: 1px solid #333333 !important;
}