.lp-trigger-5ce6ffa8 {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 4px;
}

.lp-modal-5ce6ffa8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-modal-5ce6ffa8.lp-hidden-5ce6ffa8 {
    display: none;
}

.lp-modal-overlay-5ce6ffa8 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

.lp-modal-content-5ce6ffa8 {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    z-index: 10000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.lp-modal-close-5ce6ffa8 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

.lp-modal-title-5ce6ffa8 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
}

.lp-modal-subtitle-5ce6ffa8 {
    margin-bottom: 20px;
    color: #666;
}

.lp-login-form-wrapper-5ce6ffa8 form {
    display: flex;
    flex-direction: column;
}

.lp-login-form-wrapper-5ce6ffa8 form .login-username,
.lp-login-form-wrapper-5ce6ffa8 form .login-password {
    margin-bottom: 15px;
}

.lp-login-form-wrapper-5ce6ffa8 form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.lp-login-form-wrapper-5ce6ffa8 form input[type="text"],
.lp-login-form-wrapper-5ce6ffa8 form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lp-login-form-wrapper-5ce6ffa8 form input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}
