/* Login logo */
.login-entry .opsview-logo {
  background-image: url('../images/logo-login.png') !important;
}

/* Login button */
div.login-box button {
  /* background: #000000; */
  background: #5012e9;
}

/* Login background color */
body {
  /* background: #000000 !important; */
  background: #5012e9 !important;
}

/*-------------------- Start of Custom Code by Michael Benton 2022-10-04 ------------------ */

div.login-box.rounded {
  background: #ffffff !important;
}

div.error-container.logged-out {
  color: #5012e9 !important;
}

.Navigation-link {
  color: #ffffff !important;
}

.Navigation-subTitle {
  color: #ffffff !important;
}

.ov-btn-prominent.x-btn:not(.x-btn-disabled) {
  background-color: #33bbff !important;
  background-image: linear-gradient(rgb(105, 74, 131) 0px, rgb(51, 187, 255) 100%) !important;
}

/*-------------------- End of Custom code -------------------------------------------------*/

/* Navigation color */
div.Navigation, div.Navigation-subCategories, div.u-backgroundColor--brand, div.u-backgroundColor--primary-tint {
  background: #5012e9 !important;
}

/* Search Field Color */
.Search--input {
  background: #33bbff !important;
  color: #000000 !important;
  border: 1px solid #fff !important;
}

/* Bottom Bar */
.ov-panel-purple .x-panel-header {
  background: #5012e9!important;
}

/* Active Navbar Item */
.Navigation-categoriesItem.is-active {
  background-color: rgba(51, 187, 255, 0.4) !important;
}

/* User Dropdown */
.Dropdown-item--link {
  background-color: #33bbff !important;
}

/* Active User Dropdown */
.Dropdown-item--link:hover {
  background-color: #ffffff !important;
  color: #000000 !important;
}
