

/* Start:/auth/css/style.css?17774513273590*/
/* ============================================
   СОВРЕМЕННЫЙ ДИЗАЙН СТРАНИЦЫ АВТОРИЗАЦИИ
   ============================================ */

.auth-modern-page {
    min-height: calc(100vh - 200px);
    /*background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);*/
    padding: 2rem 0;
}

/* Основная карточка */
.auth-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.auth-card:hover {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

/* Заголовок с табами */
.auth-card__header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 2rem 0;
}

.auth-tabs {
    border-bottom: none !important;
}

.auth-tabs__item {
    flex: 1;
}

.auth-tabs__link {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 1.5rem !important;
    text-decoration: none;
    color: #6c757d !important;
    font-weight: 500;
    font-size: 1rem;
    border: none !important;
    border-bottom: 3px solid transparent !important;
    transition: all 0.3s ease;
    cursor: pointer;
    background: transparent !important;
}

.auth-tabs__link:hover {
    color: #f79322 !important;
    background: rgba(247, 147, 34, 0.05) !important;
    border-color: transparent !important;
}

.auth-tabs__link.active {
    color: #f79322 !important;
    border-bottom-color: #f79322 !important;
    background: rgba(247, 147, 34, 0.05) !important;
}

.auth-tabs__icon {
    font-size: 1.25rem;
}

.auth-tabs__text {
    font-size: 1rem;
}

/* Тело карточки */
.auth-card__body {
    padding: 2.5rem;
}

.auth-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

/* Интро для регистрации */
.registration-intro {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #e9ecef;
}

.registration-intro__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.registration-intro__text {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .auth-card__header {
        padding: 0.75rem 1rem 0;
    }

    .auth-card__body {
        padding: 1.5rem;
    }

    .auth-tabs__link {
        flex-direction: column;
        padding: 0.75rem 0.5rem !important;
        gap: 0.25rem;
    }

    .auth-tabs__icon {
        font-size: 1.5rem;
    }

    .auth-tabs__text {
        font-size: 0.85rem;
    }

    .registration-intro__title {
        font-size: 1.25rem;
    }

    .registration-intro__text {
        font-size: 0.9rem;
    }
}

/* Анимация появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-card {
    animation: fadeInUp 0.6s ease;
}

.auth-form .btn-danger {
    background-color: #eb202a;
    border-color: #eb202a;
    font-weight: 600;
}
.auth-form .btn-danger:hover {
    background-color: #c41e24;
    border-color: #b71b21;
}
.auth-form .form-control:focus {
    border-color: #f79322;
    box-shadow: 0 0 0 0.2rem rgba(247,147,34,0.25);
}
/* End */


/* Start:/bitrix/templates/dn2020/components/bitrix/system.auth.form/custom26/style.css?1777013889323*/
.auth-form .btn-danger {
    background-color: #eb202a;
    border-color: #eb202a;
    font-weight: 600;
}
.auth-form .btn-danger:hover {
    background-color: #c41e24;
    border-color: #b71b21;
}
.auth-form .form-control:focus {
    border-color: #f79322;
    box-shadow: 0 0 0 0.2rem rgba(247,147,34,0.25);
}
/* End */
/* /auth/css/style.css?17774513273590 */
/* /bitrix/templates/dn2020/components/bitrix/system.auth.form/custom26/style.css?1777013889323 */
