#bon-login-image img {
	margin-top: -6px;
	margin-left: 0;
}

.bon-facebooklogin-button.btn,
.bon-googlelogin-button.btn {
	padding: 7px 14px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, .14);
	text-transform: uppercase;
	font-weight: 400;
	white-space: inherit;
	transition: all .2s linear;
	width: 90%;
	margin: 0 auto;
}

.bon-facebooklogin-button.btn{
	background-color: #1877F2;
	color: #fff;
}

.bon-googlelogin-button.btn{
	background-color: #DA2E2E;
}

#login-form .bon-googlelogin-button.btn, #checkout-personal-information-step .bon-googlelogin-button.btn{
	display: none;
}


.bon-facebooklogin-button:hover,
.bon-googlelogin-button.btn:hover,
body #checkout #checkout-personal-information-step .bon-facebooklogin-button {
	box-shadow: none;
	color: #fff !important;
}

#login-form .form-footer .bon-facebooklogin-button {
	width: unset;
	margin: 0 0 0 15px;
	font-size: 16px !important;
	line-height: unset;
}

#checkout-personal-information-step .bon-facebooklogin-button {
	font-size: 14px !important;
	width: unset;
}

/* .bon-facebooklogin-button i {
	color: white !important;
	font-size: 17px !important;
	margin-right: 2px;
} */