.iqitsociallogin-colors-native .btn-facebook{
    background: #4267B2 !important;
    color: #fff !important;
}
.iqitsociallogin-colors-native .btn-google{
    background: #fff !important;
    color: #8b8b8b !important;
    position: relative;
    padding-left: 45px;
    box-shadow: 0px 0px 1px 1px #ddd;
}
.iqitsociallogin-colors-native .btn-google span{
    background: #fff;
    position: absolute;
    left: 1px;
    top:1px;
    bottom: 1px;
    padding: 7px;
}
.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;
}

a.btn-iqitsociallogin {
  border-radius: 6px;
  margin-right: 10px;
}
a.btn-iqitsociallogin:last-child{
  margin-right: 0;
}

.iqitsociallogin i{
    font-size: 14px;
}
.iqitsociallogin img{
    width: 18px;
    height: auto;
}
