.elementor-20611 .elementor-element.elementor-element-bec7a5c > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-bec7a5c *//* ---------- فرم ورود ---------- */

.capforest-login-wrapper {
    max-width: 400px;
    margin: 80px auto;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Tahoma, sans-serif;
    direction: rtl;
}

.capforest-login-wrapper label,
.register-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
}

.capforest-login-wrapper input[type="text"],
.capforest-login-wrapper input[type="password"],
.capforest-login-wrapper input[type="email"],
.register-form input[type="text"],
.register-form input[type="password"],
.register-form input[type="email"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.capforest-login-wrapper input:focus,
.register-form input:focus {
    border-color: #408bda;
    outline: none;
}

.capforest-login-wrapper input[type="submit"],
.register-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    background-color: #408bda;
    border: none;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
}

.capforest-login-wrapper input[type="submit"]:hover,
.register-form input[type="submit"]:hover {
    background-color: #2f6db6;
}

.capforest-login-error {
    color: #d90000;
    background: #ffe6e6;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}


/* ---------- فرم ثبت نام ---------- */

.register-form {
    max-width: 500px;
    margin: 80px auto;
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    font-family: "Segoe UI", Tahoma, sans-serif;
    direction: rtl;
}/* End custom CSS */