/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 0;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}
/*Button Style*/
.social-btn{
    margin: 10px;
    float: left;
}
.actions-toolbar button {
    border-radius: 0;
}
.social-btn button {
    height: 33px;
    border: none;
}
.social-btn button span span {
    margin-left: 25px;
    color: #ffffff;
}
.social-login-authentication-channel .actions-toolbar.social-btn > .primary .action {
    width: 100%;
    margin: 0;
    min-width: 170px;
    text-align: left;
}
.facebook-login button {
    background: url("images/buttons/facebook.png") no-repeat;
}
.google-login button {
    background: url("images/buttons/google.png") no-repeat;
}
.twitter-login button {
    background: url("images/buttons/twitter.png") no-repeat;
}
.linkedin-login button {
    background: url("images/buttons/linkedin.png") no-repeat;
}
.instagram-login button {
    background: url("images/buttons/instagram.png") no-repeat;
}
.amazon-login button {
    background: url("images/buttons/amazon.png") no-repeat;
}