div.line-button{
	margin-bottom:1.618em;
}

a.wadm-lmg-bind-button{
	background-color:#00C300;
	display:inline-block;
	color:#FFF;
	align-content:center;
	padding:12px 24px 10px 59px;
	box-sizing:border-box;
	border-radius:6px;
	font-size:13px;
	line-height:100%;
	position:relative;
	text-decoration:none !important;
}

a.wadm-lmg-bind-button:focus{
	outline:none;
}

a.wadm-lmg-bind-button:hover{
	color:#FFF;
}

a.wadm-lmg-bind-button::before, 
a.wadm-lmg-bind-button::after{
	content:'';
	position:absolute;
	height:35px;
	top:0;
}

a.wadm-lmg-bind-button::before{
	content:'';
	width:35px;
	background-image:url('../images/logo.svg');
	background-repeat:no-repeat;
	background-size:24px;
	background-position:50%;
	left:0;
}

a.wadm-lmg-bind-button::after{
	width:1px;
	left:35px;
	background-color:#00B300;
}

a.wadm-lmg-bind-button:hover{
	background-color:#00E000;
}

a.wadm-lmg-bind-button:active{
	background-color:#00B300;
}