

/* Start:/local/templates/igo-templates/components/bitrix/system.auth.forgotpasswd/custom/style.css?17740017493305*/
.auth-recovery {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.12), transparent 32%),
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}

.auth-recovery__card {
    width: 100%;
    max-width: 480px;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
    padding: 30px 28px;
    box-sizing: border-box;
}

.auth-recovery__eyebrow {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
}

.auth-recovery__title {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 1.1;
    color: #0f172a;
}

.auth-recovery__lead {
    margin: 0 0 22px;
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
}

.auth-recovery__message {
    margin-bottom: 16px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 1.5;
}

.auth-recovery__message--error {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
}

.auth-recovery__message--ok {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
}

.auth-recovery__form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.auth-recovery__field {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.auth-recovery__label {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.auth-recovery__hint {
    font-size: 12px;
    color: #64748b;
}

.auth-recovery__input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cbd5e1;
    border-radius: 14px;
    padding: 12px 14px;
    font-size: 15px;
    color: #0f172a;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-recovery__input:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.14);
}

.auth-recovery__captcha {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.auth-recovery__captcha img {
    width: 180px;
    max-width: 100%;
    border-radius: 12px;
    border: 1px solid #dbe4f0;
}

.auth-recovery__actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 6px;
}

.auth-recovery__submit {
    border: none;
    border-radius: 14px;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;
    padding: 13px 16px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.auth-recovery__submit:hover {
    filter: brightness(1.04);
}

.auth-recovery__links {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
}

.auth-recovery__link {
    color: #2563eb;
    text-decoration: none;
}

.auth-recovery__link:hover {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .auth-recovery {
        min-height: auto;
        padding: 18px 12px 28px;
    }

    .auth-recovery__card {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .auth-recovery__title {
        font-size: 24px;
    }
}

/* End */
/* /local/templates/igo-templates/components/bitrix/system.auth.forgotpasswd/custom/style.css?17740017493305 */
