.bx-ss-icon.vkontakte {
    width: 40px;
    height: 40px;
    background: url('/local/assets/images/auth/vk.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
}

.bx-ss-button.vkontakte-button {
	background-image: url('/local/assets/images/auth/vk_full_logo.svg')!important;
	background-position: center center !important;
	width: 184px!important;
    height: 42px!important;
    background-size: 168px;
    display: block;
    border: 1px solid #0077FF;
    border-radius: 8px;
    margin-block-end: 0.5rem;
    margin-left: auto;
    margin-right: auto;
}
.bx-ss-button.vkontakte-button + .bx-spacer{
	display: none;
}

.bx-auth-service-form {
	display: flex;
}
.bx-auth-service-form > div {
	margin: auto;
}

.bx-ss-icon.yandex {
    width: 40px;
    height: 40px;
    background: url('/local/assets/images/auth/yandex.svg') no-repeat center center;
    background-size: cover;
    display: inline-block;
}