.elementor-32918 .elementor-element.elementor-element-7529a77c{--display:flex;overflow:visible;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS *//* BeeSimple.pl - strona resetu hasła */

.bs-login-box {
    max-width: 560px;
    margin: 28px auto 80px;
    padding: 26px 24px;
    background: #ffffff;
    border: 1px solid #dce5f0;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(7, 27, 58, 0.08);
}

.bs-login-box h2 {
    margin: 0 0 8px;
    color: #071b3a;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.bs-login-subtitle {
    margin: 0 0 24px;
    color: #516071;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.bs-lost-password-form p {
    margin: 0 0 16px;
}

.bs-lost-password-form label {
    display: block;
    margin-bottom: 6px;
    color: #071b3a;
    font-size: 14px;
    font-weight: 800;
}

.bs-lost-password-form input[type="email"],
.bs-lost-password-form input[type="text"] {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #dce5f0;
    border-radius: 12px;
    background: #ffffff;
    color: #071b3a;
    font-size: 16px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.bs-lost-password-form input[type="email"]:focus,
.bs-lost-password-form input[type="text"]:focus {
    border-color: #b8c7d8;
    box-shadow: 0 0 0 3px rgba(7, 27, 58, 0.04);
}

.bs-lost-password-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    padding: 0 24px;
    border: none;
    border-radius: 8px;
    background: #071b3a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: none;
}

.bs-lost-password-form button:hover {
    background: #10233f;
    color: #ffffff;
}

.bs-login-success {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.bs-login-error {
    margin-bottom: 18px;
    padding: 13px 15px;
    border-radius: 12px;
    background: #fff4f4;
    border: 1px solid #ffd2d2;
    color: #b42318;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
}

.bs-register-cta {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dce5f0;
    text-align: center;
}

.bs-register-cta span {
    display: block;
    margin-bottom: 10px;
    color: #516071;
    font-size: 14px;
    font-weight: 600;
}

.bs-register-cta a,
.bs-login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 8px;
    background: #f7f9fc;
    color: #071b3a !important;
    border: 1px solid #dce5f0;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none !important;
}

.bs-register-cta a:hover,
.bs-login-button:hover {
    background: #eef4fb;
    color: #071b3a !important;
}

/* Telefon */
@media (max-width: 767px) {
    .bs-login-box {
        max-width: 100%;
        margin: 18px 16px 70px;
        padding: 22px 20px;
        border-radius: 16px;
    }

    .bs-login-box h2 {
        font-size: 23px;
    }

    .bs-login-subtitle {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .bs-lost-password-form input[type="email"],
    .bs-lost-password-form input[type="text"] {
        min-height: 48px;
        font-size: 15px;
    }

    .bs-lost-password-form button {
        min-height: 50px;
        font-size: 15px;
    }
}
/* BeeSimple.pl - usunięcie błysku/animacji z przycisku resetu hasła */

.bs-lost-password-form button,
.bs-lost-password-form button:hover,
.bs-lost-password-form button:focus,
.bs-lost-password-form button:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #071b3a !important;
    color: #ffffff !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.bs-lost-password-form button:hover {
    background: #10233f !important;
    color: #ffffff !important;
}

/* Usuwa ewentualne nakładki/animacje z motywu */
.bs-lost-password-form button::before,
.bs-lost-password-form button::after {
    display: none !important;
    content: none !important;
}/* End custom CSS */