.vp-logo {
	  margin: 40px auto;
	  width: 64px;
	  height: 64px;
	  background-size: cover;
	  background-image: url('vp-logo.png') !important;
	  margin-bottom: 40px;

	  border-radius: 5px;
}

.google-logo-login {
	/**/
}
.google-logo-login img {
	position: absolute;
	left: 0;
	width: 45px;
	top: 0;
	bottom: 0;
	font-size: 21px;
	line-height: 54px;
	border-radius: 3px 0 0 3px;
	background-color: rgba(0,0,0,0.15);
}

.facebook-connect-login {
	 margin-top: 10px;
}
.facebook-connect-login a {
	background-image: linear-gradient(-180deg, #5276C3 0%, #3a5795 100%) !important;
}
.facebook-connect-login a:hover {
	background-image: linear-gradient(-180deg, #7296E2 0%, #3a5795 100%) !important;
}

.facebook-logo-login img {
	position: absolute;
	left: 0;
	width: 45px;
	top: 0;
	bottom: 0;
	font-size: 21px;
	line-height: 54px;
	border-radius: 3px 0 0 3px;
	background-color: rgba(0,0,0,0.15);
}