

/* Start:/local/templates/elhard/components/bitrix/system.auth.forgotpasswd/flat/style.css?17823886684968*/
/* ============================================
   СТРАНИЦА ВОССТАНОВЛЕНИЯ ПАРОЛЯ (forgot password)
   Стили в едином дизайне с регистрацией и авторизацией
   ============================================ */

/* Основной контейнер формы */
.user_forms {
    max-width: 400px;
    margin: 40px auto;
    padding: 24px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-radius: 20px;
    box-shadow: 0 25px 40px -12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}

/* Текстовые блоки */
.user_forms p {
    font-size: 13px;
    color: #6e6e73;
    line-height: 1.5;
    margin-bottom: 20px;
}


/* Метки полей */
.user_forms > div > div:first-child b {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #1d1d1f;
}

/* Поля ввода */
.user_forms input[type="text"],
.user_forms input[type="password"],
.user_forms input[type="email"] {
    padding: 8px 12px;
    border: 1px solid #d2d2d7;
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: #1d1d1f;
    background: #fff;
    transition: all 0.2s ease;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 20px 0;
}

.user_forms input[type="text"]:focus,
.user_forms input[type="password"]:focus,
.user_forms input[type="email"]:focus {
    border-color: #4A6B5C;
    box-shadow: 0 0 0 3px rgba(74, 107, 92, 0.1);
}

.user_forms input[type="text"]:hover:not(:focus),
.user_forms input[type="password"]:hover:not(:focus),
.user_forms input[type="email"]:hover:not(:focus) {
    border-color: #b0b0b8;
}

/* Подсказки под полями */
.user_forms > div > div:last-child:not(:first-child) {
    font-size: 12px;
    color: #6e6e73;
    margin-top: 6px;
}

/* Капча */
.user_forms img[alt="CAPTCHA"] {
    border-radius: 8px;
    border: 1px solid #d2d2d7;
    background: #fff;
    max-width: 180px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 8px;
}

.user_forms input[name="captcha_word"] {
    max-width: 180px;
}

/* Кнопка отправки */
.user_forms input[type="submit"] {
    background: linear-gradient(180deg, rgba(74, 107, 92, 0.05) 0%, #4A6B5C 100%);
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    width: 100%;
    box-sizing: border-box;
}

.user_forms input[type="submit"]:hover {
    background: linear-gradient(180deg, rgba(58, 90, 75, 0.05) 0%, #3A5A4B 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.user_forms input[type="submit"]:active {
    transform: translateY(0);
    transition: 0.05s;
}

/* Ссылка "Авторизоваться" */
.user_forms a {
    display: block;
    text-align: center;
    color: #4A6B5C;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.2s ease;
    padding: 8px 0;
}

.user_forms a:hover {
    color: #3A5A4B;
    text-decoration: underline;
}

/* Блок ссылки */
.user_forms > div:last-child {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e5;
}

/* Сообщения об ошибках */
.errortext {
    background: rgba(227, 28, 35, 0.05);
    border-left: 2px solid #e31c23;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #e31c23;
    margin-bottom: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Успешные сообщения */
.notetext {
    background: rgba(74, 107, 92, 0.05);
    border-left: 2px solid #4A6B5C;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    color: #1d1d1f;
    margin-bottom: 16px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== АДАПТИВ ===== */
@media (max-width: 768px) {
    .user_forms {
        max-width: 100%;
        margin: 20px 16px;
        padding: 16px;
    }
    
    .user_forms img[alt="CAPTCHA"] {
        max-width: 100%;
        height: auto;
    }
    
    .user_forms input[name="captcha_word"] {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .user_forms {
        margin: 16px;
        padding: 16px;
    }
    
    .user_forms input[type="text"],
    .user_forms input[type="password"],
    .user_forms input[type="email"] {
        padding: 7px 10px;
        font-size: 13px;
    }
    
    .user_forms input[type="submit"] {
        padding: 9px 16px;
    }
}

/* Убираем outline при фокусе */
.user_forms input:focus,
.user_forms button:focus,
.user_forms a:focus {
    outline: none !important;
}
/* End */
/* /local/templates/elhard/components/bitrix/system.auth.forgotpasswd/flat/style.css?17823886684968 */
