

/* Start:/local/templates/zakargon/components/bitrix/system.auth.forgotpasswd/zakargon_forgot/style.css?17731432812836*/
/* Forgot Password Form Styles */
.forgot-form {
    width: 100%;
}

.forgot-form__form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Messages */
.forgot-form__error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 15px;
    color: #721c24;
    font-size: 14px;
    margin-bottom: 20px;
}

.forgot-form__success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 15px;
    color: #155724;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Form Fields */
.forgot-form__field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.forgot-form__label {
    font-size: 16px;
    font-weight: 600;
    color: #3e3e3e;
    display: flex;
    align-items: center;
    gap: 5px;
}

.forgot-form__required {
    color: #d9042b;
    font-weight: 700;
}

.forgot-form__input {
    width: 100%;
    height: 54px;
    padding: 0 20px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 16px;
    background: white;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.forgot-form__input:focus {
    outline: none;
    border-color: #d9042b;
    box-shadow: 0 0 0 3px rgba(217, 4, 43, 0.1);
}

.forgot-form__input::placeholder {
    color: #a2a3a3;
}

/* Captcha */
.forgot-form__captcha {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.forgot-form__captcha img {
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

/* Submit Button */
.forgot-form__submit {
    margin-top: 10px;
}

.forgot-form__button {
    width: 100%;
    height: 60px;
    background: linear-gradient(135deg, #d9042b 0%, #ff1744 100%);
    border: none;
    border-radius: 15px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.forgot-form__button:hover {
    background: linear-gradient(135deg, #b8032a 0%, #d32f2f 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(217, 4, 43, 0.3);
}

.forgot-form__button:active {
    transform: translateY(0);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .forgot-form__input {
        height: 50px;
        padding: 0 15px;
        font-size: 16px;
    }

    .forgot-form__button {
        height: 54px;
        font-size: 16px;
    }

    .forgot-form__label {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .forgot-form__input {
        height: 48px;
        border-radius: 10px;
    }

    .forgot-form__button {
        height: 50px;
        border-radius: 12px;
        font-size: 15px;
    }
}

/* End */
/* /local/templates/zakargon/components/bitrix/system.auth.forgotpasswd/zakargon_forgot/style.css?17731432812836 */
