/* /Areas/AppCondomino/Pages/Login/Login.razor.rz.scp.css */
/*#region Animations*/
@keyframes lp-float-b-p7m9sq985k {
    0%,100% {
        transform: translateY(0) rotate(0);
    }

    33% {
        transform: translateY(-22px) rotate(2deg);
    }

    66% {
        transform: translateY(-10px) rotate(-1deg);
    }
}

@keyframes lp-drift-b-p7m9sq985k {
    0%,100% {
        transform: translate(0,0) rotate(0);
    }

    25% {
        transform: translate(18px,-12px) rotate(5deg);
    }

    50% {
        transform: translate(6px,20px) rotate(-3deg);
    }

    75% {
        transform: translate(-14px,8px) rotate(4deg);
    }
}

@keyframes lp-spin-slow-b-p7m9sq985k {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes lp-fadein-up-b-p7m9sq985k {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lp-logo-glow-b-p7m9sq985k {
    0%,100% {
        filter: drop-shadow(0 0 10px rgba(67,191,191,.4)) drop-shadow(0 4px 16px rgba(0,0,0,.4));
    }

    50% {
        filter: drop-shadow(0 0 28px rgba(67,191,191,.85)) drop-shadow(0 4px 16px rgba(0,0,0,.4));
    }
}
/*#endregion */

.lp-brand[b-p7m9sq985k], .lp-root[b-p7m9sq985k] {
    overflow: hidden;
    display: flex;
}

.lp-form-card[b-p7m9sq985k], .lp-form-panel[b-p7m9sq985k] {
    box-sizing: border-box;
    position: relative;
}

.lp-feature-text strong[b-p7m9sq985k], .lp-lang-btn:not(.active):hover[b-p7m9sq985k] {
    color: rgba(255,255,255,.95);
}

.lp-root[b-p7m9sq985k] {
    position: fixed;
    inset: 0;
    z-index: 100;
}

.lp-brand[b-p7m9sq985k] {
    flex: 0 0 52%;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 56px 48px;
    background: linear-gradient(135deg,#0d4f4f 0,#1a7a7a 35%,#2d9999 65%,#43bfbf 100%);
    background-size: 100% 150%;
}

.lp-brand[b-p7m9sq985k]::after, .lp-brand[b-p7m9sq985k]::before, .lp-form-panel[b-p7m9sq985k]::before, .lp-geo[b-p7m9sq985k] {
    position: absolute;
    pointer-events: none;
}

.lp-brand[b-p7m9sq985k]::before {
    content: "";
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 50%,black 40%,transparent 100%);
}

.lp-brand[b-p7m9sq985k]::after {
    content: "";
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(255,255,255,.1) 0,transparent 70%);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.lp-geo-1[b-p7m9sq985k] {
    width: 320px;
    height: 320px;
    border-radius: 38% 62% 63% 37%/41% 44% 56% 59%;
    background: rgba(255,255,255,.055);
    top: -80px;
    right: -60px;
    animation: 9s ease-in-out infinite lp-float-b-p7m9sq985k;
}

.lp-geo-2[b-p7m9sq985k] {
    width: 220px;
    height: 220px;
    border-radius: 71% 29% 46% 54%/31% 61% 39% 69%;
    background: rgba(255,255,255,.04);
    bottom: -40px;
    left: -50px;
    animation: 13s ease-in-out infinite reverse lp-float-b-p7m9sq985k;
}

.lp-geo-3[b-p7m9sq985k] {
    width: 130px;
    height: 130px;
    border: 2px solid rgba(255,255,255,.12);
    border-radius: 50%;
    bottom: 100px;
    right: 80px;
    animation: 18s ease-in-out infinite lp-drift-b-p7m9sq985k;
}

.lp-geo-4[b-p7m9sq985k] {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255,255,255,.15);
    border-radius: 14px;
    top: 120px;
    left: 60px;
    animation: 20s linear infinite lp-spin-slow-b-p7m9sq985k;
}

.lp-geo-5[b-p7m9sq985k] {
    width: 90px;
    height: 90px;
    border: 1.5px solid rgba(255,255,255,.1);
    border-radius: 50%;
    top: 200px;
    right: 100px;
    animation: 22s ease-in-out infinite reverse lp-drift-b-p7m9sq985k;
}

.lp-brand-content[b-p7m9sq985k] {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: .9s both lp-fadein-up-b-p7m9sq985k;
}

.lp-brand-logo[b-p7m9sq985k] {
    filter: drop-shadow(0 6px 20px rgba(0,0,0,.3));
}

.lp-brand-tagline[b-p7m9sq985k] {
    color: rgba(255,255,255,.92);
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 1.65;
    max-width: 360px;
    margin: 0 auto;
}

.lp-brand-tagline[b-p7m9sq985k]::after {
    content: "";
    display: block;
    width: 70px;
    border-bottom: 3px solid #2D9999;
    margin: 40px auto 0;
}

.lp-features[b-p7m9sq985k] {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    width: 100%;
    max-width: 340px;
}

.lp-feature[b-p7m9sq985k] {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255,255,255,.20);
    animation: .7s both lp-fadein-up-b-p7m9sq985k;
}

.lp-feature:first-child[b-p7m9sq985k] {
    margin-top: 0px;
    padding-top: 0px;
    animation-delay: .2s;
}

.lp-feature:nth-child(2)[b-p7m9sq985k] {
    animation-delay: .35s;
}

.lp-feature:nth-child(3)[b-p7m9sq985k] {
    border-bottom: none;
    animation-delay: .5s;
}

.lp-feature-icon[b-p7m9sq985k] {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background: rgba(255,255,255,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lp-feature-text strong[b-p7m9sq985k] {
    display: block;
    font-size: .88rem;
    font-weight: 600;
}

.lp-feature-text span[b-p7m9sq985k] {
    color: rgba(255,255,255,.65);
    font-size: .78rem;
}

[b-p7m9sq985k] .lp-next-page {
    color: rgba(224, 242, 241, 1);
    border-color: rgba(224, 242, 241, 1);
    height: 45px;
    margin-top: 48px;
    opacity: 0;
    animation: lp-fadein-up-b-p7m9sq985k .7s both .65s;
}

.lp-form-panel[b-p7m9sq985k] {
    flex: 1 1 48%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px 40px;
    background: var(--mud-palette-surface);
    overflow-x: hidden;
    overflow-y: auto;
}

.lp-form-panel[b-p7m9sq985k]::before {
    content: "";
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(45,153,153,.07) 0,transparent 70%);
    top: -100px;
    right: -100px;
}

.lp-form-card[b-p7m9sq985k] {
    z-index: 1;
    width: 100%;
    max-width: 380px;
    animation: .8s both lp-fadein-up-b-p7m9sq985k;
}

.lp-welcome-title[b-p7m9sq985k] {
    color: rgba(var(--mud-palette-primary-rgb), 1);
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 6px;
    text-align: center;
}

.lp-welcome-sub[b-p7m9sq985k] {
    color: var(--mud-palette-text-secondary);
    font-size: .93rem;
    margin: 0 0 32px;
    text-align: center
}

.lp-field[b-p7m9sq985k] {
    margin-bottom: 18px
}

.lp-lang-toggle[b-p7m9sq985k] {
    position: absolute;
    top: 20px;
    right: 24px;
    z-index: 10;
    display: flex;
    align-items: center;
    background: rgba(27,43,43,.25);
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    padding: 3px;
    gap: 2px;
    backdrop-filter: blur(8px)
}

.lp-lang-btn[b-p7m9sq985k] {
    padding: 5px 13px;
    border-radius: 999px;
    border: none;
    background: 0 0;
    color: rgba(var(--mud-palette-text-primary-rgb),.65);
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .05em;
    cursor: pointer;
    transition: background .2s,color .2s;
    line-height: 1
}

.lp-lang-btn.active[b-p7m9sq985k] {
    background: rgba(255,255,255,.92);
    color: #1a7a7a
}

[b-p7m9sq985k] .lp-previous-page {
    width: 35px;
    height: 35px;
    border-radius: 100% !important;
    color: rgba(255,255,255,.65) !important;
    transition: background .2s,color .2s;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.22);
    backdrop-filter: blur(8px);
    padding-left: 12px!important;
    padding-top: 4px!important;
    flex-shrink: 0;
}

@media (max-width:959px) {
    .lp-topbar[b-p7m9sq985k] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: max(env(safe-area-inset-top), 12px) 12px 0;
        height: calc(max(env(safe-area-inset-top), 12px) + 52px);
    }

    .lp-topbar-left[b-p7m9sq985k], .lp-topbar-right[b-p7m9sq985k] {
        flex: 1;
        display: flex;
        align-items: center;
    }

    .lp-topbar-left[b-p7m9sq985k] {
        justify-content: flex-start;
    }

    .lp-topbar-right[b-p7m9sq985k] {
        justify-content: flex-end;
    }

    .lp-lang-toggle[b-p7m9sq985k] {
        background: rgba(255,255,255,.12)!important;
        position: static;
        margin-top: 0;
    }

    .lp-lang-btn[b-p7m9sq985k] {
        color: rgba(255, 255, 255,.65);
    }

    .lp-root[b-p7m9sq985k] {
        flex-direction: column;
        background: linear-gradient(155deg,#062e2e 0,#0d5252 0%,#1a8585 60%,#2aadad 100%);
        background-size: 100% 150%;
        overflow: hidden;
        height: 100dvh;
    }

    .lp-brand[b-p7m9sq985k] {
        flex: 1 1 auto;
        min-width: unset;
        width: 100%;
        padding: 0;
        background: 0 0;
        animation: none;
        overflow: hidden
    }

    .lp-geo-1[b-p7m9sq985k] {
        width: 220px;
        height: 220px;
        top: -60px;
        right: -50px
    }

    .lp-geo-2[b-p7m9sq985k] {
        width: 160px;
        height: 160px;
        bottom: -40px;
        left: -40px
    }

    .lp-geo-3[b-p7m9sq985k] {
        width: 80px;
        height: 80px;
        bottom: 40px;
        right: 40px
    }

    .lp-geo-4[b-p7m9sq985k] {
        width: 44px;
        height: 44px;
        top: 32px;
        left: 28px
    }

    .lp-geo-5[b-p7m9sq985k] {
        width: 60px;
        height: 60px;
        top: 60px;
        right: 60px
    }

    .lp-brand-logo[b-p7m9sq985k] {
        animation: 3s ease-in-out infinite lp-logo-glow-b-p7m9sq985k
    }

    .lp-brand-content[b-p7m9sq985k] {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0
    }

    .lp-form-panel[b-p7m9sq985k] {
        position: absolute;
        background-color: transparent;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .lp-form-card[b-p7m9sq985k] {
        width: 100%;
        max-width: 420px;
        padding: 0 24px;
        display: flex;
        flex-direction: column;
        animation: none;
    }

    .lp-field[b-p7m9sq985k] {
        margin-bottom: 15px
    }

    .lp-welcome-title[b-p7m9sq985k] {
        color: rgba(224,242,241,1);
        font-size: 1.5rem;
    }

    .lp-welcome-sub[b-p7m9sq985k] {
        margin-bottom: 14px !important;
        color: rgba(255,255,255,.7);
    }

    [b-p7m9sq985k] .mud-input-adornment-start .mud-icon-default, [b-p7m9sq985k] .mud-input, [b-p7m9sq985k] .mud-input-label {
        color: rgba(176, 190, 197, 1)!important;
    }

    [b-p7m9sq985k] .mud-input-outlined-border {
        border-color: rgba(255,255,255,0.2980392156862745)!important;
    }
}
