.elementor-351 .elementor-element.elementor-element-30672c3{--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;}.elementor-351 .elementor-element.elementor-element-30672c3:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-30672c3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-351 .elementor-element.elementor-element-95bbc3d{padding:40px 40px 40px 40px;text-align:center;}.elementor-351 .elementor-element.elementor-element-95bbc3d .elementor-heading-title{font-family:"Miriam Libre", Sans-serif;font-size:48px;font-weight:700;color:#FFFFFF;}.elementor-351 .elementor-element.elementor-element-ad55739{--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;}.elementor-351 .elementor-element.elementor-element-ad55739:not(.elementor-motion-effects-element-type-background), .elementor-351 .elementor-element.elementor-element-ad55739 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}/* Start custom CSS for html, class: .elementor-element-0367bdb *//* =========================
   WRAPPER
========================= */
.custom-auth {
    background: #020617;
    padding: 80px 20px;
}

/* =========================
   LAYOUT
========================= */
.auth-container {
    display: flex;
    gap: 60px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
}

.auth-card {
    flex: 1;
    border: 1px solid #1e293b;
    padding: 40px;
    border-radius: 10px;
    background: transparent;
}

/* =========================
   TITLES
========================= */
.auth-card h2 {
    font-size: 32px;
    margin-bottom: 25px;
    color: #ffffff;
    font-weight: 600;
}

/* =========================
   LABELS
========================= */
.custom-auth label {
    display: block;
    margin: 18px 0 8px;
    font-size: 14px;
    color: #38bdf8 !important;
}

/* =========================
   INPUTS (FIXED DARK)
========================= */
.custom-auth input {
    width: 100%;
    height: 54px;
    padding: 12px 16px;
    background: #020617 !important;
    border: 1px solid #1e293b !important;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 15px;
    transition: all 0.2s ease;
}

/* REMOVE KADENCE LIGHT STYLE */
.custom-auth input[type="text"],
.custom-auth input[type="email"],
.custom-auth input[type="password"] {
    background: #020617 !important;
}

/* FOCUS */
.custom-auth input:focus {
    border-color: #38bdf8 !important;
    outline: none;
}

/* =========================
   ROW (FIRST/LAST NAME)
========================= */
.row {
    display: flex;
    gap: 20px;
}

.row > div {
    flex: 1;
}

/* =========================
   BUTTON (FIXED SIZE + TEXT)
========================= */
.custom-auth .btn {
    margin-top: 25px;
    background: #06b6d4 !important;
    border: none;
    padding: 14px 28px;
    border-radius: 30px;
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    display: inline-block;
    min-width: 130px;
    white-space: nowrap; /* prevents "Log / in" */
}

.custom-auth .btn:hover {
    background: #22d3ee !important;
}

/* =========================
   LOGIN EXTRA (FIXED ALIGNMENT)
========================= */
.login-extra {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

/* CHECKBOX */
.login-extra input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #06b6d4;
    cursor: pointer;
}

/* TEXT */
.login-extra span {
    color: #ffffff;
    font-size: 14px;
}

/* =========================
   TEXT BLOCKS
========================= */
.note {
    margin-top: 20px;
    font-size: 14px;
    color: #cbd5f5;
    line-height: 1.6;
}

.small-text {
    margin-top: 12px;
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
}

/* =========================
   REMOVE KADENCE / GLOBAL STYLES
========================= */
.custom-auth input,
.custom-auth button {
    box-shadow: none !important;
}

.custom-auth input::placeholder {
    color: #64748b;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 900px) {
    .auth-container {
        flex-direction: column;
    }
}/* End custom CSS */