.elementor-2756 .elementor-element.elementor-element-6d37fef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-aa20143 *//* =========================
FULL PAGE
========================= */

.chicaim-login-wrapper{
    position:relative;
    width:100%;
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    padding:40px 20px;
    background:
    radial-gradient(circle at top left,#4f46e5 0%,transparent 32%),
    radial-gradient(circle at bottom right,#db2777 0%,transparent 32%),
    linear-gradient(135deg,#020617,#081226,#0f172a);
    font-family:'Poppins',sans-serif;
}

/* =========================
BACKGROUND GLOWS
========================= */

.login-bg-glow{
    position:absolute;
    border-radius:50%;
    filter:blur(120px);
    opacity:.45;
}

.glow-1{
    width:380px;
    height:380px;
    background:#4f46e5;
    top:-120px;
    left:-120px;
}

.glow-2{
    width:350px;
    height:350px;
    background:#db2777;
    bottom:-120px;
    right:-120px;
}

/* =========================
LOGIN CARD
========================= */

.chicaim-login-card{
    position:relative;
    z-index:2;
    width:100%;
    max-width:520px;
    padding:60px 50px;
    border-radius:30px;
    background:rgba(255,255,255,0.06);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,0.08);
    box-shadow:
    0 15px 50px rgba(0,0,0,0.45),
    0 0 40px rgba(59,130,246,0.12);
    text-align:center;
    transition:all .4s ease;
    overflow:hidden;
}

.chicaim-login-card::before{
    content:'';
    position:absolute;
    inset:0;
    border-radius:30px;
    padding:1px;
    background:linear-gradient(
        135deg,
        rgba(59,130,246,.28),
        rgba(124,58,237,.18),
        rgba(219,39,119,.22)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
    mask-composite:exclude;
    pointer-events:none;
}

.chicaim-login-card:hover{
    transform:translateY(-5px);
    box-shadow:
    0 25px 70px rgba(0,0,0,.55),
    0 0 60px rgba(59,130,246,.18);
}

/* =========================
LOGO
========================= */

.login-logo{
    margin-bottom:28px;
}

.login-logo img{
    width:180px;
    max-width:100%;
    height:auto;
    filter:drop-shadow(0 0 12px rgba(59,130,246,.35));
}

/* =========================
TITLE
========================= */

.chicaim-login-card h1{
    color:#ffffff;
    font-size:52px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:-1px;
}

/* =========================
SUBTITLE
========================= */

.login-subtitle{
    color:rgba(255,255,255,.72);
    font-size:17px;
    line-height:1.8;
    margin-bottom:14px;
    max-width:420px;
    margin-left:auto;
    margin-right:auto;
}

/* =========================
STATUS TEXT
========================= */

.hub-status{
    font-size:12px;
    color:rgba(255,255,255,.58);
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:34px;
}

/* =========================
DIVIDER
========================= */

.login-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.08);
    margin-bottom:36px;
}

/* =========================
ULTIMATE MEMBER FORM
========================= */

.login-form-area .um{
    width:100% !important;
}

.login-form-area .um-form{
    background:transparent !important;
    padding:0 !important;
}

.login-form-area .um-field-label label{
    color:#ffffff !important;
    font-weight:500 !important;
    font-size:15px !important;
}

/* =========================
INPUTS
========================= */

.login-form-area .um-form input[type=text],
.login-form-area .um-form input[type=password],
.login-form-area .um-form input[type=email]{
    height:58px !important;
    border-radius:16px !important;
    border:1px solid rgba(255,255,255,0.12) !important;
    background:rgba(255,255,255,0.05) !important;
    color:#ffffff !important;
    padding:0 20px !important;
    font-size:15px !important;
    transition:.3s ease;
}

.login-form-area .um-form input:focus{
    border-color:#3b82f6 !important;
    box-shadow:0 0 18px rgba(59,130,246,.35);
}

/* =========================
CHECKBOX
========================= */

.login-form-area .um-field-checkbox label{
    color:rgba(255,255,255,.72) !important;
}

/* =========================
BUTTON
========================= */

.login-form-area .um-button{
    width:100% !important;
    height:58px !important;
    border-radius:16px !important;
    border:none !important;
    background:linear-gradient(135deg,#2563eb,#7c3aed) !important;
    color:#ffffff !important;
    font-size:16px !important;
    font-weight:600 !important;
    transition:.3s ease;
    box-shadow:0 12px 30px rgba(37,99,235,.35);
}

.login-form-area .um-button:hover{
    transform:translateY(-2px);
    box-shadow:0 18px 40px rgba(37,99,235,.5);
}

/* =========================
HIDE REGISTER BUTTON ONLY
========================= */

.login-form-area .um-right{
    display:none !important;
}

/* =========================
MAKE LOGIN BUTTON FULL WIDTH
========================= */

.login-form-area .um-left{
    width:100% !important;
}

.login-form-area .um-left .um-button{
    width:100% !important;
}

/* =========================
LINKS
========================= */

.login-form-area .um a{
    color:#93c5fd !important;
    transition:.3s ease;
}

.login-form-area .um a:hover{
    color:#ffffff !important;
}

/* =========================
TRUST SECTION
========================= */

.login-trust{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    margin-top:28px;
    margin-bottom:22px;
}

.login-trust span{
    padding:10px 16px;
    border-radius:12px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    color:rgba(255,255,255,.78);
    font-size:13px;
    backdrop-filter:blur(10px);
}

/* =========================
INDUSTRY TEXT
========================= */

.login-industries{
    margin-top:10px;
    margin-bottom:12px;
    color:rgba(255,255,255,.58);
    font-size:13px;
    line-height:1.7;
}

/* =========================
FOOTER
========================= */

.login-footer{
    margin-top:32px;
    font-size:13px;
    color:rgba(255,255,255,.45);
}

/* =========================
MOBILE
========================= */

@media(max-width:767px){

.chicaim-login-card{
    padding:42px 24px;
    border-radius:24px;
}

.login-logo img{
    width:150px;
}

.chicaim-login-card h1{
    font-size:38px;
}

.login-subtitle{
    font-size:15px;
    line-height:1.7;
}

.hub-status{
    letter-spacing:1px;
    font-size:11px;
}

.login-trust{
    gap:8px;
}

.login-trust span{
    font-size:12px;
    padding:8px 12px;
}

}/* End custom CSS */