#ajax-auth-wrp{
    min-height: 560px;
    min-width: 460px;
    background-color: #fff;
    border-radius: 10px;
}
.ajax-loader-auth{
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.outh_sign-in {
    width: 460px;
    padding-top: 0 !important;
    border-radius: 10px;
}
.outh_sign-in .ui-btn-icon-close{
    position: absolute;
    right: 15px;
    top: 15px;
}

.outh_sign-in form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}


.modal-auth {
    overflow: hidden;
    padding: 40px 45px;
}

.outh_header {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #202020;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.outh_field {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
    padding-left: 15px !important;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    border-radius: 3px !important;
    padding-top: 8.5px !important;
    padding-bottom: 8.5px !important;
}

.outh_field-pass {
    margin-bottom: 25px !important;
}

.forget-btn {
    font-size: 13px;
    line-height: 18px;
    color: var(--def-link-color);
    display: block;
    margin-left: auto;
    margin-bottom: 20px;
}
.block-reg-text{
    font-size: 16px;
    border-top: 1px solid #ECEDF0;
    padding-top: 20px;
    text-align: center;
}
.outh_social .social-enter {
    margin-top: 20px !important;
}
.social-enter__but_yandex {
    background-color: rgb(255, 219, 77) !important;
}

.social-enter__but_yandex i {
    background-image: url("/local/templates/master_template/img/ico-svg/new-yandex.svg");
    width: 25px;
    height: 25px;
    background-size: 100%;
}

.social-enter__but_google i {
    background-image: url("/local/templates/master_template/img/ico-svg/new-google.svg")!important;
}

.social-enter__but_google {
    background-color: #fe4c3e!important;
}
div.bx-auth-service-form {
    border-bottom: none !important;
    background-color: white !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    margin-top: 0px;
}
div.bx-auth-service-form .ui-btn-default{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;;
}
.subtitle_outh_social {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #666666;
}

.social-enter_mini .social-enter__but {
    border-radius: 5px;
}

.subtitle_outh_social {
    overflow: hidden;
}

.subtitle_outh_social:before,
.subtitle_outh_social:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 45%;
    height: 1px;
    background: #E4E4E4;
    border: solid #FFF;
    border-width: 0 10px;
}

.subtitle_outh_social:before {
    margin-left: -100%;
}

.subtitle_outh_social:after {
    margin-right: -100%;
}
div.outh_social {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.sub-text-reg{
    height: 55px;
    white-space: normal;
    text-align: left;
    font-size: 12px;
    margin-top: 10px;
}
.js-toggle-pass{
    cursor: pointer;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
}
.js-toggle-pass-hide{
    display: none;
}
