#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: linear-gradient( 227.99deg, #1877F2, #69a2e5 50%, #1877F2 ) 0 / 200%;
	color: #fff;
}

.bon-facebooklogin-button.btn:hover{
	background: linear-gradient( 227.99deg, #1877F2, #69a2e5 50%, #1877F2 ) 100% / 200%;
}

.bon-googlelogin-button.btn{
	background: linear-gradient( 227.99deg, #DA2E2E, #de7474 50%, #DA2E2E ) 0 / 200%;
}

.bon-googlelogin-button.btn:hover{
	background: linear-gradient( 227.99deg, #DA2E2E, #de7474 50%, #DA2E2E ) 100% / 200%;
}

#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;
	margin-left: 1rem;
}