.mu-breadcrumb-img {
  width: 150px !important;
  top: 0px !important;
}

div.book-header > img {
  max-height: unset !important;
}

#wrap > div.col-md-offset-2.col-md-8 > div.book-header > h2 {
  display: none !important;
}

.btn-success {
  box-shadow: none !important;
  background-color: #FF3E83 !important;
  padding: 8px !important;
  margin-top: 6px !important;
  border: 1px solid #FF3E83 !important;
  color: white !important;
  transition: background-color .3s ease,color .15s ease !important;
  font-weight: bold !important;
  border-radius: 4px !important;
}
.btn-success:hover {
  background-color: white !important;
  border-color: #FF3E83 !important;
  color: #FF3E83 !important;
}

a {
  color: #008DCE !important;
}

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

.auth0-lock.auth0-lock .auth0-lock-header-bg {
	background: white !important;
}

.auth0-lock-header-logo {
  width: 100% !important;
}

.auth0-lock-header-bg-solid {
	background-color: white !important;
}

.auth0-lock-header-bg-blur {
  background: white !important;
}

.auth0-lock-name {
	display: none !important;
}

.auth0-lock-submit {
	background-color: #FF3E83 !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 */
