.bxmaker-leokid .bxmaker-authuserphone-simple{
    display: block;
    padding: 0;
    border: 0;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-header {
    font-weight: 400;
    font-size: 1rem;
}

.bxmaker-leokid .bxmaker-authuserphone-input__title,
.bxmaker-leokid .bxmaker-authuserphone-input-phone__title,
.bxmaker-leokid .bxmaker-authuserphone-input-phone--flag .bxmaker-authuserphone-input-phone__flag {
    display: none !important;
}


.bxmaker-leokid .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input__field {
    border: 1px solid #1d1d1d;
    border-radius: 0;
}

.bxmaker-leokid .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field,
.bxmaker-leokid .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field{
    border-color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-input--invalid .bxmaker-authuserphone-input-code__field,
.bxmaker-leokid .bxmaker-authuserphone-input--invalid .bxmaker-authuserphone-input__field {
    border-color: #dc3545 !important;
}

.bxmaker-leokid .bxmaker-authuserphone-input input[type=otp],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=password],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=phone],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=tel],
.bxmaker-leokid .bxmaker-authuserphone-input input[type=text],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=otp],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=password],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=phone],
.bxmaker-leokid .bxmaker-authuserphone-input-code input[type=text]{
    padding: .75rem 1.25rem;
    background-color: #fff;
    font-size: 1rem;
    font-weight: 400;
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-webkit-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-moz-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input:-ms-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::-ms-input-placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}

.bxmaker-leokid .bxmaker-authuserphone-input input::placeholder {
    color: #DBDBDB;
    opacity: 1; /* Firefox */
}
.bxmaker-leokid .bxmaker-authuserphone-input input::-ms-input-placeholder { /* Edge 12-18 */
    color: #DBDBDB;
}

.bxmaker-leokid .bxmaker-authuserphone-button__inner {
    min-height: 3.75rem;
    font-size: .875rem;
    padding: 1.375rem 3.75rem;
    background-color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.bxmaker-leokid .bxmaker-authuserphone-button__title {
    color: #fff;
    font-weight: 500
}

.bxmaker-leokid .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__title {
    color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-button__inner:focus,
.bxmaker-leokid .bxmaker-authuserphone-button__inner:hover {
    background-color: #fff;
    border-color: #1d1d1d;
    color: #1d1d1d
}
@media (max-width: 991px) {
    .bxmaker-leokid .bxmaker-authuserphone-button__inner {
        min-height: 3.125rem;
        font-size: 0.75rem;
        padding: 1.125rem 2.25rem
    }
}


.bxmaker-leokid a.bxmaker-authuserphone-link {
    display: inline;
    text-decoration: underline;
    font-size: 0.875rem;
    color: #1d1d1d;
}


.bxmaker-leokid a.bxmaker-authuserphone-link:visited,
.bxmaker-leokid a.bxmaker-authuserphone-link:active,
.bxmaker-leokid a.bxmaker-authuserphone-link:hover {
    color: #1d1d1d;
    text-decoration: none
}

.bxmaker-leokid .bxmaker-authuserphone-timeout {
    text-align: left;
    font-size: 0.875rem;
    color: #1d1d1d;
}

.bxmaker-leokid .bxmaker-authuserphone-timeout br{
    display: none;
}

.bxmaker-leokid .bxmaker-authuserphone-simple-smscode__send {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__img{
    border: 0;
    width: auto;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__img img {
    height: auto;
    border-radius: 0;
    overflow: hidden;
}
.bxmaker-leokid .bxmaker-authuserphone-captcha__input{
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.bxmaker-authuserphone-empty{ /*Скрываем блок, который выводится авторизованному пользователю. Заменим его разметкой в шаблоне по $USER->IsAuthorized()*/
    display: none;
}