#logo {
  content: url(/branding/autocliente-logo.svg) !important;
}
#layout-menu, .toolbar.menu { background-color: #0d3b66 !important; }
#layout-menu a, .toolbar.menu a { color: #d4e4f7 !important; }
#login-form .btn-primary,
.toolbar .button.selected,
a.button.selected {
  background-color: #f4845f !important;
  border-color: #f4845f !important;
}
#login-form .btn-primary:hover { background-color: #d96e4b !important; }
a:hover, a:focus { color: #f4845f !important; }
#login-footer::before {
  content: 'AutoCliente — Correo';
  display: block;
  font-weight: 600;
  color: #0d3b66;
  margin-bottom: 0.5rem;
}
