.btn-google {
  display:inline-flex; align-items:center; gap:.5rem;
  border:1px solid #dadce0; background:#fff;
  padding:.5rem 1rem; border-radius:4px; text-decoration:none;
  font-weight:600;
}
.btn-google:hover { background:#f8f9fa; text-decoration:none; }
.glogo {
  width:18px; height:18px; display:inline-block;
  background-size:contain; background-repeat:no-repeat;
  background-position:center;
  background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23EA4335" d="M24 9.5c3.94 0 7.5 1.52 10.27 3.99l7.71-7.71C37.91 1.98 31.35 0 24 0 14.62 0 6.41 5.36 2.44 13.15l8.95 6.95C13.7 14.06 18.42 9.5 24 9.5z"/><path fill="%234285F4" d="M46.5 24c0-1.58-.14-3.09-.41-4.53H24v9.06h12.7c-.55 2.95-2.17 5.45-4.64 7.12l8.95 6.94C44.91 38.18 46.5 31.54 46.5 24z"/><path fill="%2334A853" d="M11.39 20.1l-8.95-6.95C.88 16.2 0 19.99 0 24c0 3.99.88 7.78 2.44 10.85l8.95-6.95C10.9 26.09 10.5 25.09 10.5 24s.4-2.09.89-3.9z"/><path fill="%23FBBC05" d="M24 48c6.48 0 12-2.15 16-5.85l-8.95-6.94c-2.49 1.68-5.68 2.69-7.05 2.69-5.58 0-10.3-4.56-12.61-10.6l-8.95 6.95C6.41 42.64 14.62 48 24 48z"/></svg>');
}
