.social-login-wrapper {
    margin-bottom: 10px;
    order: 0;
}
.social-login-button {
    color: #fff;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    text-transform: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    transition: .3s;
}
.social-login-button + .social-login-button {
    margin-left: 5px;
}
.social-login-button:hover {
    color: #fff;
}
.facebook-login {
    background: #3c66c4;
}
.facebook-login:hover {
    background: #000000;
}
.google-login {
    background: #cf4332;
}
.google-login:hover {
    background: #000000;
}
.social-login-button i {
    font-size: 18px;
}
.social-login-button i + span {
    padding-left: 5px;
}