#sign-in-with-google {
	margin-bottom: 20px;
}

#sign-in-with-google {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	padding: 8px;
	margin: 0 auto 15px;
	background: none;
	border: 1px solid rgba(0,0,0,.25);
	color: rgba(0,0,0,.54);
	border-radius: 4px;
}

#sign-in-with-google:hover {
	background-color: #eee;
	color: #6d6d6d;
	cursor: pointer;
}

#sign-in-with-google img {
	margin-right: 10px;
	width: 24px;
}
