.enter_form_block .enter_media_text {
	border-top: 1px solid #d3d7d7;
	margin: 20px auto 0 !important;
	padding-top: 20px;
	width: 480px;
}
div.bx-auth-serv-icons a {
	background: #fff;
	margin: 6px;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-decoration: none;
	color: #646464;
	outline: none;
	cursor: pointer;
}
div.bx-auth-serv-icons a img {
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.enter_form_block .enter_media_text {
		width: 90%;
	}
}