/* define styles for each OAuth client */
/* FUTURE_IMPROVEMENT: when more apps icon are added, consider consolidate all svg into a single file. */
.icon-tfa-connect {
    background-image: url(../images/tfa-connect-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 2em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
