.iqitsociallogin-colors-native{
    display: flex;
    flex-direction: row;
    column-gap: 25px;
}
.iqitsociallogin-colors-native a{
    font-size: 18px;
}
.iqitsociallogin-colors-native a:active, .iqitsociallogin-colors-native span:active, .iqitsociallogin-colors-native img:active{
    background-color: transparent;
    color: white;
}
.iqitsociallogin-colors-native .btn-facebook{
    background: #222221 !important;
    color: #fff !important;
    position: relative;
    padding-left: 45px;
    border-radius: 50px;
    line-height: 27px;
}
.iqitsociallogin-colors-native .btn-facebook span{
    /* background: #fff; */
    position: absolute;
    left: 5px;
    top:0px;
    bottom: 1px;
    padding: 7px;
    border-radius: 50px;
    display:flex;
    vertical-align: middle;
}
.iqitsociallogin-colors-native .btn-facebook span img{
    filter: invert(1);
    width: 15px;
    
}

.iqitsociallogin-colors-native .btn-google{
    background: #222221 !important;
    color: #fff !important;
    position: relative;
    padding-left: 45px;
    border-radius: 50px;
    line-height: 27px;
}
.iqitsociallogin-colors-native .btn-google span{
    /* background: #fff; */
    position: absolute;
    left: 5px;
    top:0px;
    bottom: 1px;
    padding: 7px;
    border-radius: 8px;
    display:flex;
    vertical-align: middle;
}
.iqitsociallogin-colors-native .btn-google span img{
    width: 18px;
}


.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;
}





@media(max-width:767px) {
    .iqitsociallogin-colors-native{
        display: flex;
        flex-direction: column;
        row-gap: 5px;
    }
    button#submit-login{
        width: 100%;
    }
    .iqitsociallogin-colors-native span {
        left:10px !important;
    }

}
