#customGoogleBtn
{
		display					:   inline-block;
		background				:   #F1ECEC;
		color					:   #444;
		width					:   190px;
		white-space				:   nowrap;
		border					:   none;
		margin-left				:	12px;
		-webkit-border-radius	: 	1px;
		border-radius			: 	1px;
		box-shadow				:	0 2px 4px 0 #BFBFBF;
		-webkit-box-sizing		: 	border-box;
		box-sizing				: 	border-box;
}
#customGoogleBtn a
{
		color					:	#000000;
}
span.labelGoogle 
{
		font-weight				:   normal;
}
span.googleicon
{
       background				:   url('/images/irecall/g-normal.png') transparent 5px 50% no-repeat;
       display					:   inline-block;
       vertical-align			:   middle;
       width					:   23px;
       height					:   30px;
}
span.googlebuttonText
{
	   display					 :  inline-block;
       vertical-align			 :  middle;
       padding-right             :  42px;
	   padding-left				 :  10px;
}
#customFacebookBtn
{
		display					:   inline-block;		
		width					:   205px;
		background-color		: 	#4a6aa1;
		white-space				:   nowrap;
		border					:   none;
		-webkit-border-radius	: 	1px;		
		border-radius			: 	1px;
		box-shadow				:	0 2px 4px 0 #BFBFBF;
		-webkit-box-sizing		: 	border-box;
		box-sizing				: 	border-box;
}
span.labelFacebook 
{
		font-weight				:   normal;
}
span.facebookicon
{
       background				:   url('/images/irecall/social-facebook.png') transparent 5px 50% no-repeat;
       display					:   inline-block;
       vertical-align			:   middle;
       width					:   26px;
       height					:   30px;
}
span.facebookbuttonText
{
	display					:  inline-block;
    vertical-align			:  middle;
    padding-right            :  42px;
	padding-left				:  3px;
}
#customFacebookBtn a
{
	color 					:  #fff;
}
.social_login 
{
	margin: 20px;
}
