/* ============ LOGIN PAGE ONLY ============ */
body.task-login #layout {
  background: #faf8f5 !important;
}
#login-form {
  box-shadow: 0 4px 24px rgba(139,0,0,0.25) !important;
  border-radius: 10px !important;
  border-top: 4px solid #FFD700 !important;
}
#login-form .input-group .icon {
  background: #8B0000 !important;
  color: #FFD700 !important;
  border-color: #8B0000 !important;
}
#rcmloginsubmit {
  background: #003366 !important;
  border-color: #003366 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
#rcmloginsubmit:hover {
  background: #004488 !important;
  border-color: #004488 !important;
}

/* ============ TOOLBAR ACCENT (scoped) ============ */
#layout > .content > .header,
#layout > .sidebar > .header,
#layout > .list > .header {
  background-color: #8B0000 !important;
  color: #ffffff !important;
}
#layout > .content > .header a,
#layout > .sidebar > .header a,
#layout > .list > .header a,
.toolbar a.button {
  color: #FFD700 !important;
}
.toolbar a.button:hover {
  color: #ffffff !important;
}
.toolbar a.button.reply,
.toolbar a.button.send,
.formbuttons .mainaction {
  background: #003366 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
}
