/* ==== SNet Corporate UI ==== */

/* Logo */
.new-logo-themed {
  background-image: url("https://imagens.snetsolucoes.com.br/logo-snet-white.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 200px !important;
  height: 48px !important;
}
.new-logo-themed[src] {
  display: none !important;
}

/* Remove criar conta visualmente */
a[href*="register"],
a[href*="signup"] {
  display: none !important;
}
