.king-social-login-wrap{
  margin-top: 14px;
  display: grid;
  gap: 12px;
}

.king-social-btn{
  height: 52px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  font-size: 16px;
  font-weight: 600;
  text-decoration:none;
  width:100%;
  box-sizing: border-box;
}

.king-social-btn i{
  font-size: 18px;
  line-height: 1;
}

/* Google */
.king-social-google{
  background:#fff;
  color:#111;
  border: 1px solid #e6e6e6;
}

/* Facebook */
.king-social-facebook{
  background:#1877F2;
  color:#fff;
  border: 1px solid #1877F2;
}

.king-social-btn:hover{
  opacity:.92;
}
