.iqitsociallogin-colors-native .btn-facebook {
    background: #4267B2 !important;
    color: #fff !important;
}

.iqitsociallogin-colors-native .btn-google {
    background-color: #f2f2f2;
    color: #1f1f1f !important;
    border: 1px solid #d5d5d5;
    max-width: 400px;
}

.iqitsociallogin-colors-native .btn-google:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.iqitsociallogin .btn-google span{
    float: left;
}

.iqitsociallogin .btn-google span svg {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.iqitsociallogin-colors-native .btn-twitter {
    background: #00aced !important;
    color: #fff !important;
}

.iqitsociallogin-colors-native .btn-instagram {
    background: #8e1a52 !important;
    color: #fff !important;
}

.iqitsociallogin-colors-native .btn-iqitsociallogin:hover {
    opacity: 0.8;
}

.iqitsociallogin i {
    font-size: 18px;
}

.iqitsociallogin img {
    width: 18px;
    height: auto;
}