/*
    H3 override for Landing Page
*/
.client-portal h3,
.track-shipment h3 {
  color: #008da9 !important;
  font-weight: bold !important;
}
/*
    Override for login links on Landing Page
*/
p.clickable {
  color: #008da9 !important;
}
