* { font-family: "Poppins", serif; font-weight: 300; font-style: normal; }

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 700 !important;
  font-style: normal;
}

strong { font-weight: 600 !important; }

.btn-primary { background: #141f3b !important; }

.bg-blue { background-color: #173C50 !important; }
.card .bg-danger { background-color: #FF2828 !important; }
.bg-degrade { background-image: linear-gradient(to right, #3A80A9, #183C50); }
.card-body p{margin-bottom: 18px !important;}

/* HEADER */
header .logo { margin-left: 30px; max-width: 360px;}

/* FORM */
.form-control { background: #fafafa !important; color: #000 !important; border-radius: 0 !important; }
::placeholder { color: #000 !important; opacity: 1; }
:-ms-input-placeholder { color: #000 !important; }
::-ms-input-placeholder {  color: #000 !important; }

.multiselect-native-select .btn-group { width: 100%; margin: 8px 0; }
.multiselect-native-select .btn-group .multiselect { text-align: left !important; background: #fff !important; color: #000; }
