#bon-login-image img {
	margin-top: -6px;
	margin-left: 0;
}

.bon-facebooklogin-button.btn,
.bon-googlelogin-button.btn {
	padding: 7px 14px;
	text-transform: capitalize;
	font-weight: 400;
	white-space: inherit;
	transition: all .3s ease;
	width: 90%;
	margin: 0 auto;
	position: relative;
	border-radius: 6px;
}
.bon-login-popup-button{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bon-facebooklogin-button.btn:hover {
	background: #1853f2;
}

.bon-googlelogin-button.btn:hover {
	background: #bf2222;
}

.bon-facebooklogin-button.btn{
	background: #1877F2;
	color: #fff;
}
.bon-googlelogin-button.btn{
	background: #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;
}
#checkout-personal-information-step .bon-facebooklogin-button:hover {
	background: #1853f2;
}