div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
.input-checkbox-custom.checked::after{    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    background: url(/local/client/icons/galochka.svg) no-repeat;}
.input-checkbox-custom {
    width: auto !important;
}
.checkbox-span {
    position: relative;
    padding: 0 0 0 0.36rem;
}
.checkbox-label {
    display: flex !important;
    align-items: center;
    gap: 1rem !important;
    line-height: 1.5;
}
