.smd-users-google-button {
	background-color: #dd422d;
	color: #fff;
}

.smd-users-google-button:hover {
	color: #fff;
	box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.1);
}

.smd-users-facebook-button {
	background-color: #4267b2;
	color: #fff;
}

.smd-users-facebook-button:hover {
	color: #fff;
	box-shadow: inset 0 0 0 10em rgba(0, 0, 0, 0.1);
}

.smd-users-social-login-logo {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}