.social_loginbar a.social-login-item.google{
  background:#fff!important;
  border:1px solid #dadce0!important;
  color:#3c4043!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:8px;
  line-height:normal!important;
}
.social_loginbar a.social-login-item.google:hover{
  background:#f8f9fa!important;
  border-color:#dadce0!important;
}
.social_loginbar a.social-login-item.google i.fa-google{
  display:none!important;
}
.social_loginbar a.social-login-item.google::before{
  content:"";
  width:18px;
  height:18px;
  background-image:url("google-g.svg");
  background-repeat:no-repeat;
  background-size:18px 18px;
  background-position:center;
  flex:0 0 18px;
}
.social_loginbar a.social-login-item.google.toggle-radius::before{
  margin:0;
}
.social_loginbar a.social-login-item.google.button-lg{
  width:auto!important;
  min-width:140px;
  padding:0 14px;
}
