.socialBtn{
	padding-top: 25px;
}
.socialBtn .btn{
	width: 100%;
}
.socialBtn .fb{
	color: #fff;
	font-weight: bold;
	background: #375691;
}
.socialBtn .google{
	color: #fff;
	font-weight: bold;
	background: #e2331b;
}
.socialBtn .line{
	position: relative;
	color: #fff;
	font-weight: bold;
	background: #3dc935;
}
.socialBtn .line img{
    position: absolute;
    left: 20px;
    height: 50%;
    transform: translateY(0%);
    height: 22px;
}

@media (max-width:767px) {
	.socialBtn .line img{
		left: 34%;
	}
}