.g_id_signin {
    display: none;
} 
.mc-apple-round,.mc-apple-rectangle{
    cursor: pointer;
}
.mc-facebook-round,.mc-facebook-rectangle{
    cursor: pointer;
}
#mc-google-round,#mc-google-rectangle{
    cursor: pointer;
}
.mc-twitter-round,.mc-twitter-rectangle{
    cursor: pointer;
}
.mc-linkedin-round,.mc-linkedin-rectangle{
    cursor: pointer;
}
.magecomp-round-btns, .magecomp-rectangle-btns {
    justify-content: center;
    width: 50%;
    margin: auto;
}
.magecomp-round-btns{
    display: flex;
}
@media only screen and (max-width: 749px) {
    .magecomp-round-btns,.magecomp-rectangle-btns {
        width: 75%;
    }
}