
a,
.is-focused [class*=" bmd-label"], .is-focused [class^=bmd-label],
.list-icon.icon-primary .material-icons {
    color: rgb(38,52,140);
}

.text-primary {
    color: rgb(38,52,140) !important;
}

a:focus, a:hover {
	color: rgb(0,2,90);
}

.btn.btn-primary,
.form-check .form-check-input:checked+.form-check-sign .check,
.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.form-check .form-check-input:checked+.form-check-sign .check,
.form-check .form-check-label .circle .check,
.card-avatar .card-icon,
.sidebar[data-background-color=primary], .sidebar[data-background-color=primary] .sidebar-background:after,
.dropdown-item.active, .dropdown-item:active {
	background-color: rgb(38,52,140);
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover,
.card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(38,52,140,.4);
}
.form-control, .is-focused .form-control {
    background-image: linear-gradient(0deg,rgb(38,52,140) 2px,rgba(76,175,80, 0) 0), linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0);
}

.btn.btn-primary,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.form-check .form-check-input:checked~.circle {
	border-color: rgb(38,52,140);
}
.btn.btn-primary.focus, .btn.btn-primary:focus, .btn.btn-primary:hover {
	background-color: rgb(18,32,120);
	border-color: rgb(18,32,120);
    box-shadow: 0 14px 26px -12px rgba(38,52,140,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(38,52,140,.2);
}
.btn.btn-primary,
.btn.btn-primary.disabled.focus, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled:hover {
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(38,52,140,.14), 0 3px 1px -2px rgba(38,52,140,.2), 0 1px 5px 0 rgba(38,52,140,.12);
}

card.bg-primary, .card .card-header-primary .card-icon, .card .card-header-primary .card-text, .card .card-header-primary:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-primary .back, .card.card-rotate.bg-primary .front {
    background: linear-gradient(60deg,rgb(58,72,160), rgb(18,32,120));
}

.btn.btn-primary.active.focus, .btn.btn-primary.active:focus, .btn.btn-primary.active:hover, .btn.btn-primary:active.focus, .btn.btn-primary:active:focus, .btn.btn-primary:active:hover, .open>.btn.btn-primary.dropdown-toggle.focus, .open>.btn.btn-primary.dropdown-toggle:focus, .open>.btn.btn-primary.dropdown-toggle:hover, .show>.btn.btn-primary.dropdown-toggle.focus, .show>.btn.btn-primary.dropdown-toggle:focus, .show>.btn.btn-primary.dropdown-toggle:hover {
	background-color: rgb(33,47,135);
	border-color: rgb(0,2,90);
}

.btn.btn-primary.disabled.focus, .btn.btn-primary.disabled:focus, .btn.btn-primary.disabled:hover, .btn.btn-primary:disabled.focus, .btn.btn-primary:disabled:focus, .btn.btn-primary:disabled:hover {
	background-color: rgb(58,72,160);
	border-color: rgb(58,72,160);
	cursor: default;
}


h3 {
    color: #e98300;
}
