.btn-outline-primary {
    color: #004284 !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: #004284 !important;
}

.btn-outline-primary:hover {
    background-color: #004284 !important;
    color: #ffffff !important;
}

.text-entries {
    color: #467fcf;
}

.user-name {
    font-family: "Source Sans Pro" !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #004284 !important;
    border-color: #004284 !important;
}

.btn-primary {
    color: #fff;
    background-color: #004284 !important;
    border-color: #004284 !important;
}

.btn-primary:hover {
    background-color: #00376e !important;
    border-color: #004284 !important;
}

.header {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background: #00274E;
    border-bottom: 1px solid rgba(0, 40, 100, 0.12);
}

.pb-4,
.py-4 {
    padding-bottom: 0.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 0.5rem !important;
}