#bon-login-image img {
	margin-top: -6px;
	margin-left: 0;
}

#header .header-top .position-static .bon-nav-bar #_desktop_user_info .user-info .bon-login-popup-button {
	flex-direction: column;
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.bon-facebooklogin-button.btn {
	padding: 7px 14px;
	transition: all .3s linear;
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #fff;
	letter-spacing: .5px;
}

.bon-facebooklogin-button.btn:focus {
	box-shadow: none;
}

.bon-facebooklogin-button.btn:hover {
	background: #1853f2;
}

.bon-facebooklogin-button.btn {
	background: #1877f2;
}

#login-form .form-footer .bon-facebooklogin-button {
	width: unset;
	margin: 0 0 0 15px;
	font-size: 16px !important;
	line-height: unset;
	display: flex;
	align-items: center;
	justify-content: center;
}

#checkout-personal-information-step .bon-facebooklogin-button {
	font-size: 14px;
	width: unset;
	margin-left: 15px;
}

body#checkout section#content #checkout-personal-information-step .nav .nav-item {
	flex-wrap: wrap;
}

.login-form #login-form .form-footer {
	flex-wrap: wrap;
}

@media (max-width: 575px) {
	body #login-form .form-footer .bon-facebooklogin-button {
		margin-left: 0;
		width: 100%;
		margin-bottom: 15px;
	}

	body #checkout-personal-information-step .bon-facebooklogin-button,
	#checkout-personal-information-step .bon-googlelogin-button {
		margin-bottom: 15px;
	}

	.login-form #login-form .form-footer {
		flex-direction: column;
		align-items: center;
	}

	#submit-login {
		margin-bottom: 15px;
		width: 100%;
	}
}

/* google button */

.bon-login-popup .bon-googlelogin-button {
	margin: 15px 0;
	display: flex;
	justify-content: center;
}

#login-form .bon-googlelogin-button,
#checkout-personal-information-step .bon-googlelogin-button {
	margin-left: 15px;
	margin-right: 15px;
}

#_desktop_user_info .user-info .bon-login-popup {
	width: max-content;
	min-width: 180px !important;
}