.body-title {
  margin-bottom: 24px;
}

.body-heading {
  font-weight: 700;
}

.body-title-icon {
  font-size: 40px;
}

@media (min-width: 992px) {
  #login-slogan {
    margin-bottom: 135px;
    letter-spacing: 11px;
  }
}

@media (min-width: 1200px) {
  #login-slogan {
    margin-bottom: 120px;
    letter-spacing: 17px;
  }
}

@media (min-width: 1400px) {
  #login-slogan {
    letter-spacing: 24px;
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  #table-date-range-cardbody {
    height: 129px;
  }
}

.bar-bg-orange{
    background-color:#d78d40!important;
}
.bar-bg-orange-light {
    background-color: #ff900d !important;
}
.bar-bg-orange-dark {
    background-color: #f76d0d !important;
}
.bar-bg-yellow {
    background-color: #eccd76 !important;
}
.bar-bg-yellow-dark {
    background-color: #fdb729 !important;
}
.bar-bg-yellow-light {
    background-color: #ffd570 !important;
}
.bar-bg-green{
    background-color:#50cd89!important;
}
.bar-bg-green-dark{
    background-color:#3c9a66!important;
}
.bar-bg-green-light{
    background-color:#1cc88a!important;
}
.bar-bg-red{
    background-color:#ff493d!important;
}
.bar-bg-red-light {
    background-color: #ff623d !important;
}
.bar-bg-red-dark {
    background-color: #b23c2a !important;
}