.logo {
	background: #004a8f;
}

.btn-danger, .btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:visited {
    background-color: #004a8f !important;
    border-color: #004a8f;
}

.btn-danger:not(:disabled):not(.disabled).active:focus, 
.btn-danger:not(:disabled):not(.disabled):active:focus, 
.show > .btn-danger.dropdown-toggle:focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(0,72,124,.5) !important;
}

.custom-file-label::after {
    color: #FFFFFF !important;
    background-color: #004a8f !important;
    border-color: #004a8f !important;
}

.btn-outline-danger {
    color: #004a8f !important;
    border-color: #004a8f !important;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, 
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, 
.show > .btn-outline-danger.dropdown-toggle:focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(0,72,124,.5) !important;
}

.btn-outline-danger:hover,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff !important;
    background-color: #004a8f !important;
    border-color: #004a8f !important;
}

.input-group-append .btn-danger {
    border-color: #CED4DA imp !important;
}

.jumbotron {
    background: #f5f5f5 !important;
}