.auth-icon {
    display: block;
    width: 579px;
    height: 118px;
    background: url(GoogleAuth.png) no-repeat;
    border-radius: 3px;
    margin: 0 auto;
}

.auth-icon.google {
    background-position: 0 0px;
}

.auth-clients {
    display: block;
    margin: 0 0 1em;
    list-style: none;
    overflow: auto;
}

.auth-clients li {
    float: left;
    display: block;
    margin: 0 1em 0 0;
    text-align: center;
}

.auth-title {
    display: block;
    margin-top: 0.4em;
    text-align: center;
    width: 58px;
}