.elementor-3716 .elementor-element.elementor-element-db8d34a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:20px;--padding-right:20px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3716 .elementor-element.elementor-element-96c6c40{text-align:center;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for shortcode, class: .elementor-element-bae18c1 *//* =========================================
   LOGIN FORM CSS - আলাদা
   AffiliateWP Login Form Styles
   ========================================= */

/* লগইন ফর্ম কন্টেইনার */
.affwp-login-form,
.affwp-form.affwp-login-form,
#affwp-login-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 35px 30px;
    background: #fff;
    border: 1px solid #eaeef5;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif;
}

/* লগইন ফিল্ডসেট */
.affwp-login-form fieldset,
#affwp-login-form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

/* লগইন লিজেন্ড/হেডিং */
.affwp-login-form legend,
#affwp-login-form legend {
    font-size: 28px;
    font-weight: 700;
    color: #1a2a3a;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 3px solid #b30000;
    display: inline-block;
    width: auto;
    letter-spacing: -0.5px;
}

/* লগইন ফিল্ড কন্টেইনার */
.affwp-login-form p,
#affwp-login-form p {
    margin-bottom: 24px;
    position: relative;
}

/* লগইন লেবেল */
.affwp-login-form label,
#affwp-login-form label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #2c3e50;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}

/* লগইন ইনপুট ফিল্ড */
.affwp-login-form input[type="text"],
.affwp-login-form input[type="email"],
.affwp-login-form input[type="password"],
#affwp-login-form input[type="text"],
#affwp-login-form input[type="email"],
#affwp-login-form input[type="password"] {
    width: 100%;
    padding: 14px 18px;
    font-size: 15px;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
    box-sizing: border-box;
}

/* লগইন ফোকাস স্টাইল */
.affwp-login-form input:focus,
#affwp-login-form input:focus {
    outline: none;
    border-color: #b30000;
    box-shadow: 0 0 0 3px rgba(179, 0, 0, 0.1);
}

/* লগইন রিমেম্বার মি চেকবক্স */
.affwp-login-form input[type="checkbox"],
#affwp-login-form input[type="checkbox"] {
    width: auto;
    margin-right: 8px;
    accent-color: #b30000;
}

/* লগইন সাবমিট বাটন */
.affwp-login-form input[type="submit"],
.affwp-login-form .button,
#affwp-login-form input[type="submit"],
#affwp-login-form .button {
    background: linear-gradient(180deg, #b30000 0%, #000000 80%) !important;
    color: #ffffff !important;
    width: 100%;
    padding: 14px 24px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px;
    border: none !important;
    border-radius: 40px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-family: inherit;
    box-shadow: 0 4px 12px rgba(179, 0, 0, 0.3);
    margin-top: 10px;
}

/* লগইন বাটন হোভার */
.affwp-login-form input[type="submit"]:hover,
.affwp-login-form .button:hover,
#affwp-login-form input[type="submit"]:hover {
    background: linear-gradient(180deg, #cc0000 0%, #1a1a1a 80%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(179, 0, 0, 0.4);
}

/* লগইন বাটন অ্যাক্টিভ */
.affwp-login-form input[type="submit"]:active,
#affwp-login-form input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 4px 10px rgba(179, 0, 0, 0.3);
}

/* লগইন লিংক (রেজিস্টার, ফরগট পাসওয়ার্ড) */
.affwp-login-form .affwp-links,
#affwp-login-form .affwp-links {
    text-align: center;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eef2f8;
}

.affwp-login-form .affwp-links a,
#affwp-login-form .affwp-links a {
    color: #b30000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    margin: 0 8px;
    transition: color 0.2s;
}

.affwp-login-form .affwp-links a:hover,
#affwp-login-form .affwp-links a:hover {
    color: #8b0000;
    text-decoration: underline;
}

/* লগইন প্লেসহোল্ডার */
.affwp-login-form input::placeholder,
#affwp-login-form input::placeholder {
    color: #a0b3c9;
    font-size: 13px;
}

/* লগইন এরর মেসেজ */
.affwp-login-form .affwp-error,
#affwp-login-form .affwp-error {
    background: #fff5f5;
    border-left: 4px solid #b30000;
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #b30000;
}

/* লগইন সাকসেস মেসেজ */
.affwp-login-form .affwp-success,
#affwp-login-form .affwp-success {
    background: #f0fff4;
    border-left: 4px solid #27ae60;
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #27ae60;
}

/* লগইন ফরগট পাসওয়ার্ড লিংক */
.affwp-login-form .forgot-password,
#affwp-login-form .forgot-password {
    text-align: right;
    margin-top: -15px;
    margin-bottom: 20px;
}

.affwp-login-form .forgot-password a,
#affwp-login-form .forgot-password a {
    color: #7f8c8d;
    font-size: 12px;
    text-decoration: none;
}

.affwp-login-form .forgot-password a:hover,
#affwp-login-form .forgot-password a:hover {
    color: #b30000;
    text-decoration: underline;
}

/* লগইন আইকন র‍্যাপার */
.affwp-login-form .input-icon-wrapper,
#affwp-login-form .input-icon-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* লগইন ফিল্ড আইকন */
.affwp-login-form .field-icon,
#affwp-login-form .field-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    flex-shrink: 0;
    background-color: #f8f9fc;
    border-right: 1.5px solid #e2e8f0;
    color: #8ba0bc;
    font-size: 18px;
    height: 52px;
}

/* লগইন আইকন সহ ইনপুট */
.affwp-login-form .input-icon-wrapper .affwp-styled-input,
#affwp-login-form .input-icon-wrapper .affwp-styled-input {
    width: calc(100% - 50px);
    border: none !important;
    padding: 0 15px !important;
    font-size: 15px !important;
    color: #1a2a3a !important;
    outline: none !important;
    background: transparent !important;
    height: 52px;
    box-shadow: none !important;
}

/* লগইন ফোকাসে আইকন */
.affwp-login-form .input-icon-wrapper:focus-within,
#affwp-login-form .input-icon-wrapper:focus-within {
    border-color: #b30000;
    box-shadow: 0 0 0 3px rgba(179, 0, 0, 0.1);
}

.affwp-login-form .input-icon-wrapper:focus-within .field-icon,
#affwp-login-form .input-icon-wrapper:focus-within .field-icon {
    color: #b30000;
    border-right-color: rgba(179, 0, 0, 0.2);
}

/* লগইন রিমেম্বার মি র‍্যাপার */
.affwp-login-form .remember-me-wrapper,
#affwp-login-form .remember-me-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;
}

.affwp-login-form .remember-me-wrapper label,
#affwp-login-form .remember-me-wrapper label {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    color: #555;
}

/* লগইন রেস্পন্সিভ */
@media (max-width: 640px) {
    .affwp-login-form,
    #affwp-login-form {
        padding: 25px 20px;
        margin: 0 15px;
        max-width: calc(100% - 30px);
    }
    
    .affwp-login-form legend,
    #affwp-login-form legend {
        font-size: 24px;
    }
    
    .affwp-login-form input[type="text"],
    .affwp-login-form input[type="email"],
    .affwp-login-form input[type="password"],
    #affwp-login-form input[type="text"],
    #affwp-login-form input[type="email"],
    #affwp-login-form input[type="password"] {
        padding: 12px 16px;
        font-size: 14px;
    }
    
    .affwp-login-form .field-icon,
    #affwp-login-form .field-icon {
        width: 44px;
        height: 48px;
        font-size: 15px;
    }
    
    .affwp-login-form .input-icon-wrapper .affwp-styled-input,
    #affwp-login-form .input-icon-wrapper .affwp-styled-input {
        width: calc(100% - 44px);
        height: 48px;
    }
}

@media (max-width: 480px) {
    .affwp-login-form,
    #affwp-login-form {
        padding: 20px 16px;
    }
    
    .affwp-login-form legend,
    #affwp-login-form legend {
        font-size: 22px;
    }
    
    .affwp-login-form label,
    #affwp-login-form label {
        font-size: 13px;
    }
    
    .affwp-login-form input[type="submit"],
    .affwp-login-form .button,
    #affwp-login-form input[type="submit"] {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
    
    .affwp-login-form .affwp-links a,
    #affwp-login-form .affwp-links a {
        font-size: 12px;
    }
}

/* লগইন স্ক্রিন রিডার */
.affwp-login-form .screen-reader-text,
#affwp-login-form .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

/* লগইন নোটিস */
.affwp-login-form .affwp-notice,
#affwp-login-form .affwp-notice {
    background: #f8f9fc;
    border-left: 4px solid #b30000;
    padding: 12px 16px;
    margin-bottom: 20px;
    border-radius: 8px;
    font-size: 14px;
    color: #2c3e50;
}

/* লগইন হানিপট হাইড */
.affwp-login-form input[name="affwp_honeypot"],
#affwp-login-form input[name="affwp_honeypot"] {
    display: none !important;
}/* End custom CSS */