.social-btn-disabled {
    opacity: 0.50 !important;
    background-color: lightgray !important;
}

.social-btn {
	display: block;
	/* no max width to match google button */
	/* width: 100%; */
	padding: 8px;
	border: none;
	border-radius: 4px;
	margin: 2px 0;
	opacity: 0.85;
	
	font-size: 14px;
	line-height: 20px;
	color: white;
	text-decoration: none;
}

.social-btn:hover:not(:disabled) {
	color: white;
	text-decoration: none;
	opacity: 1; 
}

.social-btn-facebook {
	background-color: #3B5998;
}

.social-btn-google {
	background-color: #dd4b39;
}

#signoutButton:hover {
	color:gray;
}


.social-btn-google-error-note {
	color: dimgray;
	font-size: 0.9em;
}