#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: capitalize;
	font-weight: 400;
	white-space: inherit;
	transition: all .2s linear;
	width: 90%;
	margin: 0 auto;
}
.bon-facebooklogin-button.btn,
.bon-googlelogin-button.btn {
	position: relative;
	z-index: 1;
}
.bon-facebooklogin-button.btn {
	background: linear-gradient(90.71deg,#1877f2 .82%,#5798ee 54.46%,#75a9ee 101.94%);
	color: #fff;
}
.bon-googlelogin-button.btn {
	background: linear-gradient(90.71deg,#da2e2e .82%,#d66868 54.46%,#d48888 101.94%);
}
.bon-facebooklogin-button.btn::after,
.bon-googlelogin-button.btn::after {
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s;
}
.bon-googlelogin-button.btn::after {
	background: linear-gradient(90.71deg,#d48888 .82%,#d66868 54.46%,#da2e2e 101.94%);
}
.bon-facebooklogin-button.btn::after {
	background: linear-gradient(90.71deg,#75a9ee .82%,#5798ee 54.46%,#1877f2 101.94%);
}
.bon-facebooklogin-button.btn:hover::after,
.bon-googlelogin-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;
} */