.sso-button-container {
    margin-top: 25px;
}

.sso-button {
    background: #6428B4;
    color: #fff;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    display: block;
    text-align: center;
}

.sso-button img {
    max-height: 20px;
    vertical-align: bottom;
    margin-right: 6px;
}