.flm-trigger-icon-26e34b7e {
    cursor: pointer;
    display: inline-block;
}
.flm-overlay-26e34b7e {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flm-close-btn-26e34b7e {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 100000;
}
.flm-content-26e34b7e {
    width: 100%;
    max-width: 500px;
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    position: relative;
    z-index: 100000;
}
.flm-forms-container-26e34b7e h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
}
.flm-forms-container-26e34b7e .login-submit {
    margin-top: 15px;
}
.flm-logout-btn-26e34b7e {
    display: inline-block;
    padding: 10px 20px;
    background: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
