﻿label {
    color: white!important;
}
.dbox p {
    color: #0f0f0f
}
select option {
    background-color: #0f0f0f !important;
    color: #ffc804!important;
}
.btnprima {
    background: #ffc804 !important;
    border-color: #ffc804 !important;
    color: #0f0f0f!important;
}
.btnprima:hover {
    background: #0f0f0f !important;
    color: #ffc804 !important;
    border-color: #ffc804!important;
}