div.bx-auth-serv-icons .bx-ss-icon-w.facebook {
    background-color: #617ebd;
    border-color: #617ebd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 54px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 35px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    border: 1px solid #94a1a9;
    border-radius: 5px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

div.bx-auth-serv-icons .bx-ss-icon-w.google {
    background-color: #75d480;
    border-color: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#f96d58),color-stop(#f7d66e),color-stop(#8fe498),to(#7c9fdc));
    background: -o-linear-gradient(left,#f96d58,#f7d66e,#8fe498,#7c9fdc);
    background: linear-gradient(to right,#f96d58,#f7d66e,#8fe498,#7c9fdc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    height: 54px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 35px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    border: 1px solid #94a1a9;
    border-radius: 5px;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

div.bx-auth-serv-icons .bx-ss-icon-w.facebook i, div.bx-auth-serv-icons .bx-ss-icon-w.google i {
    width: 1em;
    height: 1em;
    font-size: 22px;
}

div.bx-auth-serv-icons .bx-ss-icon-w.facebook i {
    background-image: url("img/fb.svg");
}

div.bx-auth-serv-icons .bx-ss-icon-w.google i {
    background-image: url("img/g.svg");
}
