/* Password recovery branding: replace the legacy "it" badge with the Helpdesk logo. */
div[class~="mb-5"][class~="h-12"][class~="w-12"][class~="bg-emerald-500"][class~="text-xl"][class~="font-black"] {
  overflow: hidden;
  border: 1px solid #2a2f2b;
  background-color: #111412;
  background-image: url('/helpdesk-logo.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  color: transparent;
  text-indent: -9999px;
}
