/* e skin for sign.eeee.mu , injected by the sign-skin proxy */
a.text-2xl[href="/"] svg { display: none !important; }
a.text-2xl[href="/"] {
  font-size: 0 !important;
}
a.text-2xl[href="/"]::before {
  content: "";
  display: inline-block;
  width: 37px; height: 37px;
  background: #000 url("/e-skin/e-logo.png") center / 62% no-repeat;
  border-radius: 9px;
}
a.text-2xl[href="/"]::after {
  content: "sign";
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #18181b;
  margin-left: 10px;
}
.btn-primary, button[type="submit"].base-button, a.base-button {
  background-color: #ff3b30 !important; border-color: #ff3b30 !important; color: #fff !important;
}
