

/* Start:/local/templates/igo-templates/components/bitrix/system.auth.form/custom/style.css?17687509212636*/
.auth-form {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 16px;
    background: #f5f6f8;
}

.auth-form-card {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    padding: 28px 24px;
}

.auth-form-title {
    font-size: 20px;
    font-weight: 600;
    color: #1f2937;
    margin-bottom: 16px;
    text-align: center;
}

.auth-form-errors {
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 13px;
}

.auth-form-error + .auth-form-error {
    margin-top: 6px;
}

.auth-form-body {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-form-label {
    font-size: 13px;
    color: #4b5563;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.auth-form-input {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.auth-form-input:focus {
    border-color: #60a5fa;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.auth-form-captcha {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.auth-form-remember {
    font-size: 12px;
    color: #6b7280;
    display: flex;
    align-items: center;
    gap: 8px;
}

.auth-form-submit {
    border: none;
    border-radius: 10px;
    background: #1d4ed8;
    color: #fff;
    padding: 10px 14px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
}

.auth-form-submit:hover {
    background: #1e40af;
}

.auth-form-submit:active {
    transform: translateY(1px);
}

.auth-form-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 13px;
}

.auth-form-footer {
    margin-top: 12px;
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: #4b5563;
    text-align: center;
}

.auth-form-footer-title {
    font-size: 22px;
    font-weight: 600;
    color: #111827;
}

.auth-form-footer img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

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

.auth-form-link:hover {
    text-decoration: underline;
}

.auth-form-success {
    padding: 12px;
    border-radius: 10px;
    background: #ecfdf3;
    color: #166534;
    font-size: 14px;
}

@media (max-width: 480px) {
    .auth-form-card {
        padding: 22px 18px;
    }
}

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