
/* INPUT NORMAL (fără efecte Bootstrap exagerate) */
.form-control {
    font-size: 13px;
    height: 40px;
    padding: 10px 14px;
    border-radius: 10px;
    transition: none;
}

/* 🔥 fără “umflare” la focus */
.form-control:focus {
    font-size: 13px;
    height: 40px;
    box-shadow: none;
    border-color: #86b7fe;
}


.swal2-timer-progress-bar {
    background: #ac5504 !important;
    height: 4px !important;
}

