.google-login-container {
  margin: 20px 0;
  text-align: center;
}

.google-login-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  background-color: #ffffff;
  border: 1px solid #dadce0;
  border-radius: 4px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3c4043;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3);
}

.google-login-button:hover {
  background-color: #f8f9fa;
  border-color: #d2d3d4;
  box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.4);
  text-decoration: none;
  color: #3c4043;
}

.google-login-button:active {
  background-color: #f1f3f4;
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3);
}

.google-login-button svg {
  flex-shrink: 0;
}

/* Style for login page */
#loginform .google-login-container {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdcde;
}

#loginform .google-login-button {
  width: 100%;
  justify-content: center;
}
