.elementor-468 .elementor-element.elementor-element-e416e46{--display:flex;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-468 .elementor-element.elementor-element-29ff51b{width:var( --container-widget-width, 74% );max-width:74%;--container-widget-width:74%;--container-widget-flex-grow:0;text-align:center;font-family:var( --e-global-typography-6b0e0c4-font-family ), Sans-serif;text-transform:var( --e-global-typography-6b0e0c4-text-transform );letter-spacing:var( --e-global-typography-6b0e0c4-letter-spacing );}.elementor-468 .elementor-element.elementor-element-29ff51b > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-468 .elementor-element.elementor-element-29ff51b.elementor-element{--align-self:center;}body.elementor-page-468:not(.elementor-motion-effects-element-type-background), body.elementor-page-468 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(164deg, #FFAB63 37%, var( --e-global-color-595fab4 ) 22%);}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-468 .elementor-element.elementor-element-29ff51b{letter-spacing:var( --e-global-typography-6b0e0c4-letter-spacing );}}@media(max-width:767px){.elementor-468 .elementor-element.elementor-element-29ff51b{letter-spacing:var( --e-global-typography-6b0e0c4-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-df0f242 *//* BossFlow Login Page Styling */

/* Login form/card */
.wu-styling.wu-login-form {
    max-width: 560px !important;
    margin: 30px auto !important;
    background: #ffffff !important;
    border: 1px solid #ffdae1 !important;
    border-radius: 26px !important;
    padding: 34px !important;
    box-shadow: 0 18px 45px rgba(95, 113, 173, 0.14) !important;
}

/* Hide Ultimate Multisite Login title + Create an Account row */
.wu-styling.wu-login-form .wu-pb-4.wu-flex.wu-items-center {
    display: none !important;
}

/* Backup hide for Login title */
.wu-styling.wu-login-form h2.wu-m-0 {
    display: none !important;
}

/* Backup hide for Create an Account */
.wu-styling.wu-login-form .wu-ml-auto,
.wu-styling.wu-login-form a[href*="register"] {
    display: none !important;
}

/* Remove shortcode list styling */
.wu-styling.wu-login-form ul,
.wu-styling.wu-login-form li {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.wu-styling.wu-login-form li:empty {
    display: none !important;
}

/* Labels */
.wu-styling.wu-login-form label {
    display: block !important;
    color: #2f3440 !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 7px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
}

/* Text/password fields */
.wu-styling.wu-login-form input[type="text"],
.wu-styling.wu-login-form input[type="email"],
.wu-styling.wu-login-form input[type="password"] {
    width: 100% !important;
    height: 50px !important;
    background: #ffffff !important;
    border: 1px solid #e7e9f3 !important;
    border-radius: 15px !important;
    padding: 0 16px !important;
    font-size: 15px !important;
    color: #2f3440 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Focus state */
.wu-styling.wu-login-form input[type="text"]:focus,
.wu-styling.wu-login-form input[type="email"]:focus,
.wu-styling.wu-login-form input[type="password"]:focus {
    border-color: #ff87a9 !important;
    box-shadow: 0 0 0 4px rgba(255, 135, 169, 0.16) !important;
}

/* Password visibility button */
.wu-styling.wu-login-form button[type="button"],
.wu-styling.wu-login-form .wu-button,
.wu-styling.wu-login-form [aria-label*="password"] {
    background: #5f71ad !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(95, 113, 173, 0.22) !important;
}

/* Submit button */
.wu-styling.wu-login-form input[type="submit"],
.wu-styling.wu-login-form button[type="submit"],
.wu-styling.wu-login-form .button:not([type="button"]) {
    width: 100% !important;
    background: #5f71ad !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 999px !important;
    padding: 14px 30px !important;
    min-height: 50px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    box-shadow: 0 10px 24px rgba(95, 113, 173, 0.25) !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

/* Submit button hover */
.wu-styling.wu-login-form input[type="submit"]:hover,
.wu-styling.wu-login-form button[type="submit"]:hover,
.wu-styling.wu-login-form .button:not([type="button"]):hover {
    background: #ff87a9 !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255, 135, 169, 0.28) !important;
}

/* Links inside login form */
.wu-styling.wu-login-form a {
    color: #d83f70 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.wu-styling.wu-login-form a:hover {
    color: #5f71ad !important;
    text-decoration: underline !important;
}

/* Checkbox */
.wu-styling.wu-login-form input[type="checkbox"] {
    width: 17px !important;
    height: 17px !important;
    accent-color: #ff87a9 !important;
}

/* Remember me text spacing */
.wu-styling.wu-login-form input[type="checkbox"] + label,
.wu-styling.wu-login-form label:has(input[type="checkbox"]) {
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 500 !important;
}

/* Autofill yellow fix */
.wu-styling.wu-login-form input:-webkit-autofill,
.wu-styling.wu-login-form input:-webkit-autofill:hover,
.wu-styling.wu-login-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    -webkit-text-fill-color: #2f3440 !important;
}

/* Mobile */
@media (max-width: 600px) {
    .wu-styling.wu-login-form {
        max-width: 92% !important;
        margin: 20px auto !important;
        padding: 24px !important;
        border-radius: 22px !important;
    }

    .wu-styling.wu-login-form input[type="text"],
    .wu-styling.wu-login-form input[type="email"],
    .wu-styling.wu-login-form input[type="password"] {
        height: 48px !important;
    }
}
/* Lost password link in BossFlow pink */
.wu-styling.wu-login-form a[href*="lostpassword"],
.wu-styling.wu-login-form a[href*="lost-password"],
.wu-styling.wu-login-form a[href*="password"] {
    color: #ff87a9 !important;
}

.wu-styling.wu-login-form a[href*="lostpassword"]:hover,
.wu-styling.wu-login-form a[href*="lost-password"]:hover,
.wu-styling.wu-login-form a[href*="password"]:hover {
    color: #ff87a9 !important;
    text-decoration: underline !important;
}

/* Keep password eyeball icon white on hover/focus/active */
.wu-styling.wu-login-form button[type="button"],
.wu-styling.wu-login-form button[type="button"]:hover,
.wu-styling.wu-login-form button[type="button"]:focus,
.wu-styling.wu-login-form button[type="button"]:active,
.wu-styling.wu-login-form button[type="button"][aria-pressed="true"] {
    background: #5f71ad !important;
    color: #ffffff !important;
}

/* Force SVG/icon inside eyeball button to stay white */
.wu-styling.wu-login-form button[type="button"] svg,
.wu-styling.wu-login-form button[type="button"]:hover svg,
.wu-styling.wu-login-form button[type="button"]:focus svg,
.wu-styling.wu-login-form button[type="button"]:active svg,
.wu-styling.wu-login-form button[type="button"] svg *,
.wu-styling.wu-login-form button[type="button"]:hover svg *,
.wu-styling.wu-login-form button[type="button"]:focus svg *,
.wu-styling.wu-login-form button[type="button"]:active svg * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}
/* Force password eyeball icon to stay white */
.wu-styling.wu-login-form button[type="button"],
.wu-styling.wu-login-form button[type="button"]:hover,
.wu-styling.wu-login-form button[type="button"]:focus,
.wu-styling.wu-login-form button[type="button"]:active {
    background: #5f71ad !important;
    color: #ffffff !important;
}

/* Catch SVG, path, spans, and icon fonts inside the eyeball button */
.wu-styling.wu-login-form button[type="button"] *,
.wu-styling.wu-login-form button[type="button"]:hover *,
.wu-styling.wu-login-form button[type="button"]:focus *,
.wu-styling.wu-login-form button[type="button"]:active * {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* Extra force for Font Awesome / icon classes */
.wu-styling.wu-login-form button[type="button"] i,
.wu-styling.wu-login-form button[type="button"] .dashicons,
.wu-styling.wu-login-form button[type="button"] .fa,
.wu-styling.wu-login-form button[type="button"] .fas,
.wu-styling.wu-login-form button[type="button"] [class*="icon"] {
    color: #ffffff !important;
    fill: #ffffff !important;
    stroke: #ffffff !important;
}

/* If the icon uses a background mask, force it white too */
.wu-styling.wu-login-form button[type="button"]::before,
.wu-styling.wu-login-form button[type="button"]::after {
    color: #ffffff !important;
    background-color: #ffffff !important;
}
/* Remember Me toggle active color */
.wu-styling.wu-login-form input[type="checkbox"]:checked,
.wu-styling.wu-login-form input[type="checkbox"]:checked::before,
.wu-styling.wu-login-form input[type="checkbox"]:checked::after {
    background-color: #ff87a9 !important;
    border-color: #ff87a9 !important;
    accent-color: #ff87a9 !important;
}

/* If the toggle is built with a wrapper/span instead of the checkbox itself */
.wu-styling.wu-login-form input[type="checkbox"]:checked + span,
.wu-styling.wu-login-form input[type="checkbox"]:checked + label,
.wu-styling.wu-login-form input[type="checkbox"]:checked ~ span,
.wu-styling.wu-login-form input[type="checkbox"]:checked ~ label {
    background-color: #ff87a9 !important;
    border-color: #ff87a9 !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-3abac08 *//* BossFlow Login Finder */

.bossflow-login-finder {
    max-width: 620px;
    margin: 60px auto;
    text-align: center;
    padding: 20px;
}

.bossflow-login-finder h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2f3440;
    margin-bottom: 34px;
}

.bossflow-login-finder h2::after {
    content: "";
    display: block;
    width: 270px;
    height: 1px;
    background: #e7e9f3;
    margin: 28px auto 0;
}

.bossflow-login-finder-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}

.bossflow-login-finder-form input[type="text"] {
    width: 100%;
    max-width: 430px;
    height: 58px;
    border: 1px solid #e1e4ee;
    border-radius: 0;
    background: #ffffff;
    padding: 0 20px;
    font-size: 15px;
    color: #2f3440;
    outline: none;
    box-shadow: none;
}

.bossflow-login-finder-form input[type="text"]:focus {
    border-color: #ff87a9;
    box-shadow: 0 0 0 4px rgba(255, 135, 169, 0.14);
}

.bossflow-login-finder-form button {
    background: #5f71ad;
    color: #ffffff;
    border: none;
    border-radius: 999px;
    padding: 14px 34px;
    min-height: 48px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(95, 113, 173, 0.22);
    transition: all 0.2s ease;
}

.bossflow-login-finder-form button:hover {
    background: #ff87a9;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(255, 135, 169, 0.28);
}

.bossflow-login-finder-help {
    margin-top: 34px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #2f3440;
}

.bossflow-login-finder-error {
    margin-top: 22px;
    color: #d83f70;
    font-weight: 700;
}

@media (max-width: 600px) {
    .bossflow-login-finder {
        margin: 36px auto;
    }

    .bossflow-login-finder-form input[type="text"] {
        max-width: 100%;
    }

    .bossflow-login-finder-help {
        font-size: 15px;
    }
}/* End custom CSS */