#bon-login-image img {
	margin-top: -6px;
	margin-left: 0;
}

.bon-facebooklogin-button.btn,
.bon-googlelogin-button.btn {
	color: #fff;
	text-transform: capitalize;
	position: relative;
	display: inline-block;
	padding: 7px 14px;
	border-radius: 30px;
	font-size: 18px;
	border: none;
	border-spacing: 10px;
	box-shadow: 3px 3px 4px rgb(0 0 0 / 12%);
	transition: all .3s ease;
	letter-spacing: 1px;
}

.bon-facebooklogin-button.btn{
	background: linear-gradient( 227.99deg, #1877F2, #69a2e5 50%, #1877F2 ) 100% / 200%;
	color: #fff;
}
.bon-facebooklogin-button.btn:hover,
.bon-googlelogin-button.btn:hover {
	box-shadow: none;
}
.bon-googlelogin-button.btn{
	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{
	background: linear-gradient( 227.99deg, #1877F2, #69a2e5 50%, #1877F2 ) 0 / 200%!important;
}
.bon-googlelogin-button.btn:hover{
	background: linear-gradient( 227.99deg, #DA2E2E, #de7474 50%, #DA2E2E ) 0 / 200%!important;
}
.bon-facebooklogin-button:hover,
.bon-googlelogin-button.btn:hover,
body #checkout #checkout-personal-information-step .bon-facebooklogin-button {
	color: #fff !important;
	animation: none!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;
}