/* Hide the Microsoft login button */
a[href="/login/microsoft"] {
    display: none !important;
}