.tk-customer-login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.35rem;
  font-weight:900;
}
.tk-customer-login::before{
  content:"👤";
  font-size:.9em;
}
@media (max-width:900px){
  .tk-customer-login{
    width:100%;
  }
}
