.bg-dark {
  background-color: #494949 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}
.text-imds{
  color: #f0cce9 !important;
}

.bg-light {
  background-color: #f0f0f0 !important;
}
span.m_text a{
  color:#496649 !important;
}
span.m_text a:hover{
  color:#e04979 !important;
}
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #9999e0 !important;
}
