.auth-link.google .material-icons {
    background-color: #DC4E41;
}
.auth-link.facebook .material-icons {
    background-color: #3b5998;
}
.auth-link .material-icons {
    max-height: 58px;
    min-width: 58px;
    display: block;
}
li.auth-client {
    display: inline-block;
    float: none;
    margin: 0 6px;
}
div.auth-clients {
    margin-bottom: 0;
}
.auth-clients ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}