.hl_login--body .card-body .form-group button{
    background-color:#e5194a;
}
.hl_login--body .card-body .form-group a{
    color:#e5194a;
}
.hl_login--body .card-body .foot-note a{
    color:#e5194a;
}
.hl_login--body .card-body .foot-note a:hover{
    color:#8e8e8e;
}
/* Rename the Sites menu to Sites & Tools at agency level */
#sb_sites span {
  color: transparent !important;
  position: relative;
  display: inline-block;
  min-width: 100px; /* Adjust if needed */
}

#sb_sites span::after {
  content: "Sites & Tools";
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
}
