.mu-breadcrumb-img {
    width: 130px !important;
    height: 50px !important;
  	top: 5px !important;
}

.btn-complementary {
  background-color: #e02727 !important;
  border-color: #e02727 !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  color: white !important;
  background: linear-gradient(to right, #bc2020 50%, #e02727 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .3s ease-out !important;
}

.btn-complementary:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 39, 39, 0.25)
}

.btn-complementary:hover {
  background-position: left bottom !important;
}

.btn-complementary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(224, 39, 39, 0.25)
}

.btn-warning {
  background-color: #fda800 !important;
  border-color: #fda800 !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  color: white !important;
  background: linear-gradient(to right, #d48e03 50%, #fda800 50%) !important;
  background-size: 200% 100% !important;
  background-position: right bottom !important;
  transition: all .3s ease-out !important;
}
.btn-warning:hover {
  background-position: left bottom !important;
}

.dropdown-menu li a {
  color: #e02727 !important;
}
.dropdown-menu li a:hover, .dropdown-menu li a:focus {
  background-color: #e02727 !important;
  color: white !important;
}

a {
  color: #e02727 !important;
}

#nprogress .bar {
  background: #e02727 !important;
}
  /* START_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
  
  .error-message .body .mu-error-status-line {
  display: unset;
  }

  .error-message .body h2 {
    margin-bottom: 10px;
  }

  /* END_DEFAULT_ERROR_DISPLAY_BACKWARDS_COMPATIBILITY */
