.elementor-791 .elementor-element.elementor-element-93049a2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-791 .elementor-element.elementor-element-0b9489e{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-0b9489e */.lcf-lostpass-wrap{
    width:100%;
}

.lcf-lostpass-card{
    position:relative;
    overflow:hidden;
    background:linear-gradient(180deg,#0a1b2b 0%, #071421 100%);
    border:1px solid rgba(255,196,72,.18);
    padding:24px 18px;
    box-shadow:
        0 12px 34px rgba(0,0,0,.35),
        inset 0 1px 0 rgba(255,255,255,.04);
    color:#fff;
}

.lcf-lostpass-glow{
    position:absolute;
    top:-80px;
    right:-60px;
    width:180px;
    height:180px;
    background:radial-gradient(circle, rgba(255,196,72,.18) 0%, rgba(255,196,72,0) 70%);
    pointer-events:none;
}

.lcf-lostpass-head{
    position:relative;
    z-index:2;
    margin-bottom:18px;
}

.lcf-lostpass-badge{
    display:inline-flex;
    align-items:center;
    padding:6px 10px;
    border-radius:999px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    color:#ffc448;
    background:rgba(255,196,72,.08);
    border:1px solid rgba(255,196,72,.18);
    margin-bottom:12px;
}

.lcf-lostpass-head h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.1;
    font-weight:800;
    color:#fff;
}

.lcf-lostpass-head p{
    margin:0;
    font-size:14px;
    line-height:1.6;
    color:rgba(255,255,255,.76);
}

.lcf-lostpass-alert{
    margin:0 0 16px;
    padding:12px 14px;
    border-radius:14px;
    font-size:13px;
    line-height:1.5;
}

.lcf-lostpass-alert.success{
    background:rgba(75, 181, 67, .12);
    border:1px solid rgba(75, 181, 67, .22);
    color:#d6ffd2;
}

.lcf-lostpass-form{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:14px;
}

.lcf-lostpass-field label{
    display:block;
    margin:0 0 8px;
    font-size:13px;
    font-weight:600;
    color:#e9edf2;
}

.lcf-lostpass-field input{
    width:100%;
    height:52px;
    border-radius:14px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.04);
    padding:0 16px;
    color:#fff;
    font-size:15px;
    outline:none;
    box-sizing:border-box;
    transition:.2s ease;
}

.lcf-lostpass-field input::placeholder{
    color:rgba(255,255,255,.35);
}

.lcf-lostpass-field input:focus{
    border-color:rgba(255,196,72,.55);
    box-shadow:0 0 0 3px rgba(255,196,72,.10);
    background:rgba(255,255,255,.06);
}

.lcf-lostpass-btn{
    width:100%;
    height:54px;
    border:0;
    border-radius:16px;
    cursor:pointer;
    font-size:15px;
    font-weight:800;
    color:#0a1420;
    background:linear-gradient(180deg,#ffd15c 0%, #f3b93b 100%);
    box-shadow:0 10px 24px rgba(243,185,59,.22);
    transition:transform .18s ease, box-shadow .18s ease;
}

.lcf-lostpass-btn:hover{
    transform:translateY(-1px);
    box-shadow:0 14px 28px rgba(243,185,59,.28);
}

.lcf-lostpass-footer{
    margin-top:16px;
    text-align:center;
}

.lcf-lostpass-footer a{
    color:#ffc448;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
}

.lcf-lostpass-footer a:hover{
    text-decoration:underline;
}

@media (min-width:768px){
    .lcf-lostpass-card{
        padding:32px 28px;
    }

    .lcf-lostpass-head h2{
        font-size:34px;
    }
}/* End custom CSS */