﻿body {
}
.header, .footer {
    background-color: #004a7f;
    color: #fff;
}
input[type="checkbox"] {
    display: inline-block;
    margin: 0 .25rem;
}
.text-muted {
    color: #555 !important;
}

.text-dark {
    color: #545f60 !important;
}

.form-control, .custom-select, .custom-file-label, .dropdown-menu, .list-group-item {
    color: #545f60 !important;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
    color: #545f60 !important;
}

.btn-success {
    color: #212529 !important;
}