.elementor-11 .elementor-element.elementor-element-320879c9{--display:flex;--min-height:100vh;--justify-content:center;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-320879c9{--content-width:24%;}}/* Start custom CSS for shortcode, class: .elementor-element-7096fa67 *//* =========================================================
   GOLDEN ZEBRA STUDIO
   SIMPLE MEMBERSHIP LOGIN
   ========================================================= */


/* ---------------------------------------------------------
   OUTER CONTAINER
   --------------------------------------------------------- */

.swpm-login-widget-form {
    width: 100%;
    max-width: 420px;
    margin: 50px auto;
    box-sizing: border-box;

    padding: 34px;

    background: #15162f;

    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.28),
        0 2px 10px rgba(0, 0, 0, 0.12);

    color: #ffffff;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}


/* ---------------------------------------------------------
   FORM
   --------------------------------------------------------- */

#swpm-login-form {
    width: 100%;
    margin: 0;
    padding: 0;
}

.swpm-login-form-inner {
    width: 100%;
}


/* ---------------------------------------------------------
   LABELS
   --------------------------------------------------------- */

#swpm-login-form .swpm-username-label,
#swpm-login-form .swpm-password-label {
    margin: 0 0 8px;
}

#swpm-login-form .swpm-label {
    display: block;

    margin: 0;

    color: #d8d8e5;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   USERNAME / PASSWORD WRAPPERS
   --------------------------------------------------------- */

#swpm-login-form .swpm-username-input {
    margin-bottom: 18px;
}

#swpm-login-form .swpm-password-input {
    margin-bottom: 16px;
}


/* ---------------------------------------------------------
   INPUT FIELDS
   --------------------------------------------------------- */

#swpm-login-form .swpm-text-field {
    display: block;

    width: 100%;
    height: 50px;

    margin: 0;
    padding: 0 15px;

    box-sizing: border-box;

    background: #0f1026;
    color: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 10px;

    outline: none;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: 14px;
    line-height: 1;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}


/* Placeholder */

#swpm-login-form .swpm-text-field::placeholder {
    color: #77788d;
}


/* Focus */

#swpm-login-form .swpm-text-field:focus {
    background: #11122b;

    border-color: #c5ac60;

    box-shadow:
        0 0 0 3px rgba(197, 172, 96, 0.12);

    outline: none;
}


/* ---------------------------------------------------------
   REMEMBER ME
   --------------------------------------------------------- */

#swpm-login-form .swpm-remember-me {
    display: flex;
    align-items: center;

    gap: 8px;

    margin: 4px 0 20px;
}


/* Checkbox */

#swpm-login-form .swpm-remember-checkbox {
    display: flex;
    align-items: center;
}

#swpm-login-form .swpm-remember-checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;

    margin: 0;

    accent-color: #c5ac60;

    cursor: pointer;
}


/* Remember Me text */

#swpm-login-form .swpm-rember-label {
    color: #999aaf;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}


/* ---------------------------------------------------------
   LOGIN BUTTON
   --------------------------------------------------------- */

#swpm-login-form .swpm-login-submit {
    width: 100%;
    margin: 0;
}


/* IMPORTANT:
   This is the actual Simple Membership button class.
*/

#swpm-login-form .swpm-login-form-submit {
    display: block;

    width: 100%;
    height: 50px;

    margin: 0;
    padding: 0 20px;

    box-sizing: border-box;

    border: 0;
    border-radius: 10px;

    background: #c5ac60 !important;
    color: #11111d !important;

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    cursor: pointer;

    transition:
        transform 0.15s ease,
        background 0.2s ease,
        box-shadow 0.2s ease;
}


/* Hover */

#swpm-login-form .swpm-login-form-submit:hover {
    background: #d4bd72 !important;

    box-shadow:
        0 8px 24px rgba(197, 172, 96, 0.18);

    transform: translateY(-1px);
}


/* Active */

#swpm-login-form .swpm-login-form-submit:active {
    transform: translateY(0);
}


/* ---------------------------------------------------------
   FORGOT PASSWORD
   --------------------------------------------------------- */

#swpm-login-form .swpm-forgot-pass-link {
    margin-top: 18px;

    text-align: center;

    font-size: 13px;
    line-height: 1.5;
}

#swpm-login-form .swpm-login-form-pw-reset-link {
    color: #c5ac60;

    text-decoration: none;

    font-weight: 600;

    transition: color 0.2s ease;
}

#swpm-login-form .swpm-login-form-pw-reset-link:hover {
    color: #e0ca7e;

    text-decoration: none;
}


/* ---------------------------------------------------------
   JOIN / REGISTER
   --------------------------------------------------------- */

#swpm-login-form .swpm-join-us-link {
    margin-top: 10px;

    text-align: center;

    color: #88899e;

    font-size: 13px;
    line-height: 1.5;
}

#swpm-login-form .swpm-login-form-register-link {
    color: #c5ac60;

    text-decoration: none;

    font-weight: 600;

    transition: color 0.2s ease;
}

#swpm-login-form .swpm-login-form-register-link:hover {
    color: #e0ca7e;

    text-decoration: none;
}


/* ---------------------------------------------------------
   LOGIN MESSAGE / ERROR
   --------------------------------------------------------- */

#swpm-login-form .swpm-login-action-msg {
    margin-top: 18px;
}

#swpm-login-form .swpm-login-widget-action-msg {
    display: block;

    padding: 12px 14px;

    background: rgba(220, 80, 80, 0.10);

    border: 1px solid rgba(220, 80, 80, 0.20);

    border-radius: 9px;

    color: #ff9b9b;

    font-size: 13px;
    line-height: 1.5;
}


/* ---------------------------------------------------------
   REMOVE DEFAULT SPACING
   --------------------------------------------------------- */

#swpm-login-form p {
    margin: 0;
}

#swpm-login-form br {
    line-height: 0;
}


/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 600px) {

    .swpm-login-widget-form {
        max-width: calc(100% - 30px);

        margin: 30px auto;

        padding: 26px 22px;

        border-radius: 15px;
    }

    #swpm-login-form .swpm-text-field,
    #swpm-login-form .swpm-login-form-submit {
        height: 48px;
    }
}/* End custom CSS */