.auth .form .form-header .title {
    text-align: center;
}
.auth.form-block .iti label.error {
    top: -25px;
    text-align: right;
    height: 0;
    padding-right: 10px;
    margin: 0 !important;
}
.auth.form-block .form .licence_block {
    text-align: center;
}
body .auth__bottom-action .forgot {
    display: none;
}
.form.popup .form-footer.auth__bottom.sms {
    padding-bottom: 0;
}

.form-body .captcha_input {
    top: 29px;
}

.form-checkbox__input:checked + label +  .form-checkbox__label {
    color: #333;
    color: var(--white_text_black);
}
.form-checkbox__input:checked + label + .form-checkbox__label .form-checkbox__box {
    border: 8px solid #9e9e9e;
    border-color: var(--theme-base-color);
    background-color: #9e9e9e;
    background-color: var(--theme-base-color);
}
.form-checkbox__input:checked + label + .form-checkbox__label .form-checkbox__box:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: -1px;
    top: 2px;
    width: 4px;
    height: 8px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    content: "";
    box-sizing: content-box;
    transform-origin: 0 100%;
    animation: checkbox-check 125ms 250ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
}
.form-checkbox__input:checked + label + .form-checkbox__label .form-checkbox__box.form-checkbox__box--static:before {
    animation: none;
    border-color: #fff;
    height: 0.5em;
    height: 8px;
    transform: translate3d(0, -8px, 0) rotate(45deg);
    width: 0.2em;
    width: 4px;
}

#popup_iframe_wrapperLic {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}
.licenses_frame.jqmWindow {
    max-width: 1000px;
    padding: 30px 30px;
}
.licenses_frame.jqmWindow.pre {
    /*overflow: auto;*/
    margin-bottom: 50px;
    margin-top: 50px;
    border-radius: var(--theme-outer-border-radius);
    height: calc(100% - 100px);
    top: 0;
    padding: 30px;
}
.licenceWrap {
    max-height: 100%;
    overflow: auto;
    /*position: absolute;*/
    /*z-index: 10;*/
    width: 100%;
    /*padding: 30px 30px;*/
    /*margin-bottom: 10px;*/
    /*height: calc(100% - 110px);*/
    /*top: 0;*/
    /*border-bottom: 1px solid darkgray;*/
    /*left: 0;*/
}
.licenceContent {
    overflow: auto;
}

.licenceForm {
    /*position: absolute;*/
    /*z-index: 100;*/
    /*left: 0;*/
    /*bottom: 0;*/
    width: 100%;
    /*height: 110px;*/
    /*padding: 5px 15px 10px;*/
}
.licenceForm {
    --lite_basic_text_black: #0468B1;
    --fill_dark_lite_white_hover: rgba(4, 104, 177, 0.8);
}

.licencePre {
    display:none;
}
.licencePre.active {
    display:block;
}
.licencePre.active + .licenceWrap,
.licencePre.active + .licenceWrap + .licenceForm {
    display:none;
}
.licenceRule {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}
.licenceCheck {

}
.licenceButton {
    text-align: center;
}
body.regLic {
    padding-right: 17px;
    overflow: hidden;
    height: 100vh;
}

.licenses_frame.jqmWindow {
    padding: 30px 30px !important;
}

.licenses_frame.jqmWindow {
    min-height: calc(100% - 60px);
}