<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul.buttonList .azureb2c a span {
    padding-left: 45px;
    background: url('images/azure-login.png') no-repeat 6px 7px;
}
ul.buttonList .azureb2c a:after {
    position: absolute;
    left: 35px;
    top: 0;
    height: 100%;
    width: 0;
    content: "";
    border-left: 1px solid rgba(0,0,0,0.2);
    border-right: 1px solid rgba(255,255,255,0.3);
}


/*AZURE*/
ul.buttonList li.azureb2c a {
    background: #8851a3 url(images/azure-bg.png) repeat-x;
}
ul.buttonList .azureb2c a {
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
    border-color: #6f4285; /* dark teal blue */
    background-position: 0;
    background-color: #8851a3;
}
    ul.buttonList .azureb2c a:hover {
        color: #fff;
        border-color: #6f4285; /* dark teal blue */
        text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
        background-position: 0 -50px;
        background-color: #a97ebf;
    }
    ul.buttonList .azureb2c a:active {
        background-position: 0 -100px;
        border-color: #6f4285; /* dark teal blue */
        background-color: #6f4285;
    }
</pre></body></html>