.auth-icon.google {
	background: url("../images/iconlogingoogle.png")
}

.auth-icon.facebook {
	background: url("../images/iconloginfacebook.png")
}

.auth-icon {
	background-position: 0 !important;
	width: 70px !important;
	height: 30px !important
}

#header .login .social .auth-clients {
	width: max-content;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
}
