.social_login{
    margin-right:15px;
    margin-bottom: 15px;
}
.social_login a:hover img{
    opacity: 1;
}
.social_login img{
    max-width: 30px;
    opacity: 0.7;
}
.social_hidden,.social_hidden_login,.social_hidden_top{
    display: none;
}
.guest-login-small .social_login{
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 0;
    zoom: 0.8;
}
.guest-login-small div.social_login:last-child{
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
.social_login img[title="Google"]{
    max-width: 193px !important;
}
.social_more_button{
    padding-right: 15px;
    border-right: 1px solid #ccc;
}
.custom_fb{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#page_user_register .social_signup{
    justify-content: left;
}
#page_user_login .social_signup{
    justify-content: left;
}
#page_user_register .social_signup_or{
    text-align: left;
}
.social_signup{
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.social_signup_or{
    text-align: center;
    margin: 10px 0;
}
@media (max-width: 1204px) {
    .guest-login-small .social_signup{
        display: none;
    }
}