.elementor-1114 .elementor-element.elementor-element-43313ee{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-43313ee *//* --- ULTIMATE FORCED CSS FOR AFFILIATE FORM --- */

/* Input Fields - Pure Underline Style */
html body #affwp-register-form input[type="text"], 
html body #affwp-register-form input[type="email"], 
html body #affwp-register-form input[type="password"], 
html body #affwp-register-form textarea,
html body .affwp-form input[type="text"] {
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    border-bottom: 2px solid #e0e0e0 !important; /* Premium Grey Line */
    background-color: transparent !important;
    border-radius: 0 !important;
    padding: 12px 5px !important;
    box-shadow: none !important;
    width: 100% !important;
    color: #000 !important;
}

/* Blue Line on Click */
html body #affwp-register-form input:focus {
    border-bottom-color: #0073e6 !important; /* Signature Blue */
    outline: none !important;
}

/* Labels - Bold & Minimalist */
html body #affwp-register-form label {
    font-family: inherit !important;
    font-weight: 700 !important;
    color: #222 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    margin-top: 20px !important;
    display: block !important;
}

/* Submit Button - Jisulife Signature Style */
html body #affwp-register-form input[type="submit"],
html body #affwp-register-form .affwp-submit-wrap input {
    background: #0073e6 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 15px 45px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    margin-top: 30px !important;
    /* Geometric Cut Edge */
    clip-path: polygon(10% 0, 100% 0, 100% 70%, 90% 100%, 0 100%, 0 30%) !important;
}

html body #affwp-register-form input[type="submit"]:hover {
    background: #000000 !important;
}/* End custom CSS */