#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;
	position: relative;
	z-index: 1;
}

.bon-googlelogin-button.btn {
	background: linear-gradient(90deg, #015680 -15.5%, #1694DD 158.25%);
	background: linear-gradient(90deg, #da2e2e -15.5%, #dd7f7f 158.25%);
}

.bon-facebooklogin-button.btn{
	background: linear-gradient(90deg, #1877f2 -15.5%, #45a3da 158.25%);
	color: #fff;
}

.bon-googlelogin-button.btn::after,
.bon-facebooklogin-button.btn::after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
    z-index: -1;
}

.bon-googlelogin-button.btn::after {
	background: linear-gradient(270deg,#da2e2e -25.75%,#dd7f7f 147.75%);
}

.bon-facebooklogin-button.btn::after {
	background: linear-gradient(270deg,#1877f2 -25.75%,#45a3da 147.75%);
}

.bon-googlelogin-button.btn:hover::after,
.bon-facebooklogin-button.btn:hover::after {
	opacity: 1;
}

#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;
}

/* .bon-facebooklogin-button i {
	color: white !important;
	font-size: 17px !important;
	margin-right: 2px;
} */