.bx-authform-social--new {
	height: 45px;
}


.bx-authform-social-popup{
	display: none;
	background: #fff;
	width: auto;
	padding: 15px;
	font-size: 14px;
	white-space: nowrap;
}

.bx-authform-social-popup form{margin-bottom: 0;}

.bx-authform-social-popup input[type="text"] {
	display: inline-block;
	max-width: 150px;
	font-size: 18px;
	height: 30px;
	margin: 0;
	padding: 0 4px;
	border: 1px solid #CCD5DB;
	border-radius: 2px;
	background: #f8fafc;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-authform-social ul {
  	padding: 5px 0 12px;
  	margin: 0 0 15px;
  	/* display: block; */
	display: flex;
	justify-content: center;
}

.bx-authform-social ul li:not(:last-child) {
	margin-right: 5px;
}

.bx-authform-social ul li {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 35px;
}
.bx-authform-social ul li .bx-authform-social-icon {
	display: block;
	width: 35px;
	height: 35px;
	/*background-image: url(images/googl.svg);*/
	background-repeat: no-repeat;
	border-bottom: none;
	background-position: center center !important;
}
.google{
	background-image: url(images/googl.svg);
	background-position: 0 !important;
}

.vkontakte{
	background-image: url(images/vk-blue.svg);
	background-position: 0 !important;
}

.apple{
	background-image: url(images/apl.svg);
	background-position: 0 !important;
}

.facebook{
	background-image: url(images/fk.svg);
	background-position: 0 !important;
}
