﻿.icon-google {
	background-image: url(../images/icon-google.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.icon-microsoft {
	background-image: url(../images/icon-microsoft.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.icon-facebook {
	background-image: url(../images/icon-facebook.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 20px;
	left: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
