
/* VivaMee Logo Hotfix */
.brand span,
.auth-brand span{
  background:linear-gradient(90deg,#ff4fd8,#f5c15b 52%,#46d9ff) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
.brand small,
.auth-brand small{
  display:none !important;
}
.header-brand-zone .brand{
  font-weight:1000;
  letter-spacing:-.055em;
}
