:root,
.dark {
  --green-700: #ff0000 !important;
  --green-800: #d80000 !important;
  --surface-submit: #ff0000 !important;
  --surface-submit-hover: #d80000 !important;
}

div.mt-6.h-10.w-full.bg-cover:has(> img[src$="assets/logo.svg"]) {
  background: url("/images/yango-logo.png?v=2") center / contain no-repeat;
}

div.mt-6.h-10.w-full.bg-cover > img[src$="assets/logo.svg"] {
  opacity: 0;
}
