.amazon-login-button.social-theme {
    display: block;
    width: 185px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .1em;
    text-decoration: none;
    position: relative;
    background-color: #aeaeae;
    border: none;
}

.amazon-login-button.social-theme .provider {
    margin-right: 50px;
    display: block;
    text-align: center;
}

.amazon-login-button.social-theme .amz-icon {

    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    right: 15px;
    display: block;

}

.amazon-login-button.social-theme .amz-icon img {
    max-width: 100% !important;
    height:auto;
    display:block;
}

.amazon-login-button.social-theme:before {
    content: " ";
    width: 1px;
    display: block;
    height: 18px;
    position: absolute;
    background-color: white;
    top: 6px;
    right: 50px;
}

@media (max-width: 699px) {

    .amazon-login-button.social-theme {
        width: 100%;
        display: block;
    }

}