.googleLog {
	border-radius: 5px;
	height: 56px;
	width: 56px;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2)!important;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;

}

.fbButton {
	height: 56px;
	width: 56px;
	border-radius: 5px;
	cursor: pointer;
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2)!important;
	display: flex;
	justify-content: center;
	align-items: center;

}

.innerButtonFb {
	width: 27px;
}

.innerButtonGoogle {
	width: 30px;
	height: 30px;
}