.enter_form_block_top {
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
	border-bottom: none;
	text-align: center;
	padding-bottom: 0;
}
.enter_form_block_top .enter_media_text {
	font-size: 15px;
}
.bx-auth-serv-icons{
	position: relative;
}
.bx-auth-serv-icons.disabled::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50px;
	cursor: not-allowed;
}
.enter_form_block_top div.bx-auth-serv-icons a {
	background: #fff;
	margin: 0;
	width: auto;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #646464;
	background: #f2f5f9;
	outline: none;
	cursor: pointer;
	border-radius: 50px;
	transition: background ease .2s;
}
.enter_form_block_top div.bx-auth-serv-icons.disabled a, .enter_form_block_top div.bx-auth-serv-icons.disabled a:hover {
	background: #dcdcdc;
	cursor: not-allowed;
}
.enter_form_block_top div.bx-auth-serv-icons.disabled img, .enter_form_block_top div.bx-auth-serv-icons.disabled span{
	filter: grayscale(1);
	opacity: 0.4;
}
.quickbuypopup .enter_form_block_top div.bx-auth-serv-icons a{
	width: 93%;
	margin: 0 auto;
	height: 45px;
}
.enter_form_block_top div.bx-auth-serv-icons a:hover {
	background: #e2e7ec;
}
.enter_form_block_top div.bx-auth-serv-icons a img {
	width: 39px;
}
.quickbuypopup .enter_form_block_top div.bx-auth-serv-icons a img {
	width: 28px;
}
.enter_form_block_top div.bx-auth-serv-icons a span {
	font-size: 14px;
    font-weight: 600;
    margin: 3px 0 0 15px;
}
.enter_media_icons__separate {
	position: relative;
	text-align: center;
	margin: 16px auto;
    max-width: 260px;
	color: #707f8d;
}
.enter_media_icons__separate span{
	background: #fff;
	padding: 0 20px;
	position: relative;
    z-index: 1;
}
.enter_media_icons__separate::after{
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 12px;
	height: 1px;
	background: #B3BCC5;
}

@media screen and (max-width: 768px) {
	.enter_form_block_top {
		/* width: 90%; */
	}
}