#sd_login_langs {
	text-align: center;
    width: 400px;
	margin: auto;
}

.sd_lang {
	width: 36px;
	height: 24px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	margin: auto;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.sd_lang:not(:last-child) {
	margin-right: 15px;
}

.sd_lang:not(.active) {
	opacity: 0.25;
	cursor: pointer;
}

.sd_lang:not(.active):hover {
	opacity: 1;
}