﻿

/* Microsoft Account */
a.microsoft {
  background-image: url('~/icon/oauth-ms.svg');
  /* Add other styles for the icon */
}

/* Google Account */
a.google {
    background-image: url('~/icon/oauth-google.svg');
    /* Add other styles for the icon */
}