/* ===========================================
   BRANDED ADMIN LOGIN PAGE
   =========================================== */
body.login {
  background: #0A0A09 !important;
}

body.login #login h1 a {
  background-image: none !important;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #FFFCF7;
  text-indent: 0;
  width: auto;
  height: auto;
}

body.login #login h1 a::after {
  content: 'WORTH';
  color: #C9A574;
  margin-left: 0.25em;
}

body.login form {
  background: #141311 !important;
  border: 1px solid #1C1A17 !important;
  box-shadow: none !important;
}

body.login form input[type="text"],
body.login form input[type="password"] {
  background: #0A0A09 !important;
  border: 1px solid #2A2722 !important;
  color: #F9F5EE !important;
}

body.login form input[type="text"]:focus,
body.login form input[type="password"]:focus {
  border-color: #B8860B !important;
  box-shadow: 0 0 0 1px #B8860B !important;
}

body.login form label {
  color: #EDE6DA !important;
}

body.login .button-primary {
  background: #B8860B !important;
  border: none !important;
  color: #0A0A09 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

body.login .button-primary:hover {
  background: #C9A574 !important;
}

body.login #backtoblog a,
body.login #nav a {
  color: #DED3C1 !important;
}

body.login #backtoblog a:hover,
body.login #nav a:hover {
  color: #C9A574 !important;
}

body.login .privacy-policy-page-link a {
  color: #DED3C1 !important;
}

/* ===========================================
   ADMIN DASHBOARD BRANDING
   =========================================== */
#wpadminbar {
  background: #0A0A09 !important;
}

#adminmenu,
#adminmenuback,
#adminmenuwrap {
  background: #0F0E0D !important;
}

#adminmenu li.menu-top:hover,
#adminmenu li.opensub > a.menu-top {
  background: #141311 !important;
}

#adminmenu .current,
#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head,
#adminmenu .wp-menu-arrow div {
  background: #B8860B !important;
}

#adminmenu a {
  color: #EDE6DA !important;
}

#adminmenu li a:hover,
#adminmenu li.opensub a {
  color: #C9A574 !important;
}
