#token-login-btn svg {
  transition: fill 0.2s;
}
#token-login-btn:hover svg {
  fill: #fff !important;
}

