#frm_credenciamento input:focus,
#frm_credenciamento select:focus,
#frm_credenciamento textarea:focus {
    border-bottom: 1px solid #1a3869;
}

#frm_credenciamento .action-button {
    background: #1a3869;
}

select.list-dt:focus {
    border-bottom: 2px solid #1a3869;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #1a3869;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    background-color: #1a3869;
}

.switchToggle input:checked+label,
.switchToggle input:checked+input+label {
    background: #1a3869;
}

.switchToggle label {
    text-align: center;
}