.elementor-422 .elementor-element.elementor-element-544bfc1{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--padding-top:40px;--padding-bottom:40px;--padding-left:40px;--padding-right:40px;}#elementor-popup-modal-422 .dialog-widget-content{background-color:#FFFFFF00;border-style:none;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-422{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-422 .dialog-message{width:500px;height:auto;}#elementor-popup-modal-422 .dialog-close-button{display:flex;font-size:25px;}#elementor-popup-modal-422 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-422 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:1024px){#elementor-popup-modal-422 .dialog-widget-content{border-radius:24px 24px 24px 24px;}}@media(min-width:768px){.elementor-422 .elementor-element.elementor-element-544bfc1{--width:100%;}}@media(max-width:767px){#elementor-popup-modal-422 .dialog-message{width:350px;}#elementor-popup-modal-422 .dialog-widget-content{border-radius:24px 24px 24px 24px;}}/* Start custom CSS for html, class: .elementor-element-37a5777 *//* ==========================================
   DAEHAN LOGIN CARD
========================================== */

.daehan-login-card{
    width:100%;
    max-width:500px;
    margin:0 auto;
    padding:24px;
    background:#fff;
    border:none !important;
    border-radius:24px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
    font-family:"Noto Sans Thai",sans-serif;
    overflow:hidden;
}

.daehan-login-card *,
.daehan-login-card *::before,
.daehan-login-card *::after{
    box-sizing:border-box;
}

.daehan-login-card h2{
    margin:0;
    text-align:center;
    font-size:42px;
    font-weight:800;
    line-height:1.2;
    color:#0b1e4f;
}

.daehan-title-line{
    width:40px;
    height:3px;
    margin:10px auto 18px;
    background:#e00012;
    border-radius:999px;
}

.daehan-login-card p{
    margin:0 0 22px;
    text-align:center;
    font-size:14px;
    line-height:1.6;
    color:#666;
}

/* ---------- Input ---------- */

.daehan-field{
    width:100%;
    height:56px;
    margin-bottom:14px;
    padding:0 14px;
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    border:1px solid #E5E7EB;
    border-radius:10px;
    overflow:hidden;
}

.daehan-field input{
    flex:1;
    min-width:0;
    width:100%;
    border:none !important;
    outline:none !important;
    background:transparent !important;
    box-shadow:none !important;
    font-size:15px;
}

.daehan-icon,
.daehan-eye{
    flex-shrink:0;
}

/* ---------- Remember ---------- */

.daehan-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    margin-bottom:18px;
    font-size:14px;
}

.daehan-row a{
    color:#e00012;
    text-decoration:none;
    font-weight:700;
}

/* ---------- Buttons ---------- */

.daehan-submit{
    width:100%;
    height:54px;
    border:none;
    border-radius:10px;
    background:#e00012;
    color:#fff;
    font-size:20px;
    font-weight:700;
    cursor:pointer;
}

.daehan-register{
    width:100%;
    height:48px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #C8CDD8;
    border-radius:10px;
    color:#16285d;
    font-weight:700;
    text-decoration:none;
}

/* ---------- Divider ---------- */

.daehan-divider{
    display:flex;
    align-items:center;
    gap:12px;
    margin:18px 0;
}

.daehan-divider::before,
.daehan-divider::after{
    content:"";
    flex:1;
    height:1px;
    background:#ddd;
}

/* ---------- Support ---------- */

.daehan-support{
    margin-top:18px;
    padding:14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    background:#EEF4FF;
    border-radius:10px;
}

.daehan-support-text{
    flex:1;
}

/* ==========================================
   MOBILE
========================================== */

@media (max-width:767px){

    .daehan-login-card{
        max-width:100%;
        width:100%;
        padding:18px;
        border-radius:18px;
    }

    .daehan-login-card h2{
        font-size:30px;
    }

    .daehan-login-card p{
        font-size:12px;
        margin-bottom:16px;
    }

    .daehan-field{
        height:48px;
        padding:0 10px;
    }

    .daehan-field input{
        font-size:14px;
    }

    .daehan-row{
        font-size:12px;
    }

    .daehan-submit{
        height:48px;
        font-size:18px;
    }

    .daehan-register{
        height:46px;
        font-size:15px;
    }

    .daehan-support{
        flex-direction:column;
        align-items:center;
        text-align:center;
    }

    .daehan-chat{
        display:none;
    }
}


#daehan-login-message{
    display:none;
    margin:12px 0;
    text-align:center;
    font-size:14px;
    font-weight:600;
}/* End custom CSS */