div.bx-system-auth-form span.bx-auth-secure {
    background-color: #fffae3;
    border: 1px solid #dedbc8;
    padding: 2px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: -1px;
}

div.bx-system-auth-form div.bx-auth-secure-icon {
    background-image: url(images/sec.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 19px;
    height: 18px;
}

div.bx-system-auth-form div.bx-auth-secure-unlock {
    background-image: url(images/sec-unlocked.png);
}

.authTbl tr {
    display: none;
}

.authTbl tr.authTr {
    display: block;
}

.socIcons.soc_yandex {
    background: url(/image/yandex.png) no-repeat center;
}

.socIcons.soc_vk {
    background: url(/image/vk.png) no-repeat center;
}

.socIcons.soc_tw {
    background: url(/image/twitter.png) no-repeat center;
}

.socIcons.soc_fb {
    background: url(/image/fb.png) no-repeat center;
}

.socIcons.soc_ok {
    background: url(/image/ok.png) no-repeat center;
}

.socIcons {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.form-popup .popup-social-list {
    justify-content: flex-start;
}
