/* Custom styles for Google Sign-In button */
.g_id_signin {
	/* Example customizations */
	width: 100%;
	background-color: #F8FAFF; /* Background color */
	color: white; /* Text color */
	border: 1px solid #F8FAFF; /* Border */
	font-size: 12px; /* Font size */
	font-family: Arial, sans-serif; /* Font family */
	cursor: pointer; /* Cursor style */
	border-radius: 5px; /* Border radius */
	transition: background-color 0.3s, color 0.3s, border-color 0.3s; /* Smooth transitions */
}

/* Hover effect */
.g_id_signin:hover {
	background-color: #F8FAFF;
	border-color: #F8FAFF;
}
.google_button {
	text-align: center;
	padding: 1em;
	max-width: 240px;
	margin: 0 auto;
}