body {
    background: url("/local/templates/florcat_new_register/assets/images/bg-auth.png");
}

.auth_main {}

.auth-block--present {}
.logo img {
    width: 175px;
    height: auto;
}


.auth-form {
    max-width: 437px;
    width: 100%;
    background: var(--color-default-white);
    border-radius: 15px;
    margin-left: auto;
    overflow: hidden;
}

.auth-block-forms--inner {
    padding: 24px 24px 36px;
}

.auth-form-title {
    margin-bottom: 34px;
}

.auth-form-title span {
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
}

.auth-form-title .close {
    margin-left: auto;
}

.auth-form-title .icon {
    width: 24px;
    height: 24px;
}

.nav-tabs {
    border: none;
}

.auth-form--tabs {
    display: flex;
    align-items: center;

    padding: 0 6px;
    height: 56px;
    background: #f6f8fa;
    border-radius: 10px;
    margin-bottom: 12px;
}

.auth-form--tabs .tab-item {
    padding: unset;
    border-bottom: unset;
}

.auth-form--tabs > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
}

.auth-form--tabs > ul > li {
    width: 50%;
    float: left;
    opacity: 0.5;
    border-radius: 10px;
    text-align: center;

}

.auth-form--tabs > ul > li a {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    line-height: 45px;
    color: var(--color-default);

    cursor: pointer;
    text-decoration: none;
}

.auth-form--tabs > ul > li.active {
    opacity: 1;
    background: var(--color-default-white);

    box-shadow: var(--shadow);
}


.auth-form label {
    line-height: 30px;
}

.agreement {
    margin-top: 16px;
}


.auth-btn-column {
    margin-top: 16px;
    gap: 16px;
}

.code-block .fieldset--title {
    font-size: 13px;
    line-height: 30px;
}

input.code {
    font-size: 27px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 15px;
    border: none;
    background: var(--color-rose-20);
}

input[type=number]:focus,
input[type=number]:focus-visible,
input[type=number]:focus-within {
    border: none;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}



.code-group {
    gap: 10px;
}

.code-error {
    display: none;
    font-size: 12px;
    text-align: center;
}

.code-error--text {
    line-height: 20px;
    color: #D00000;
    padding-top: 10px;
}

.code-error--timer {
    margin-top: 16px;
    line-height: 18px;
}

.code-repeat {
    color: var(--color-default);
    line-height: 18px;
    display: inline-block;
}

.remember-note {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}

.restore-icon .icon {
    font-size: 60px;
    color: var(--color-rose-40);
}

.restore-result {
    margin: 16px 0;
}

@media screen and (max-width: 1199px) {
    .auth_main {
        padding: 0;
    }

    .auth_main .max-width-container {
        padding: 0;
    }

    .auth-form {
        background: var(--color-rose-5);
        border-radius: 0;
    }

    .auth-block-forms--inner {
        padding: 0;
        height: 100vh;
    }

    .auth-block-forms--inner > * {
        padding: 0 12px;
    }

    .auth-form-title {
        gap: 10px;
        height: 60px;
        margin: 0;
        border-bottom: 1px solid var(--color-default-20);
    }

    .btn {
        padding: 14px;
        font-size: 16px;
    }

    .remember-note,
    .restore-result {
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }

    .remember-note > *,
    .restore-result > * {
        display: inline-block;
        width: 100%;
    }
}