﻿body {
    font-family: Jaldi, Helvetica, 微軟正黑體, sans-serif;
    font-size: 14px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px rgba(ff,ff,ff,1) inset; /*淡淡的白*/
    transition: background-color 5000s ease-in-out 0s; /*透明*/
}

a {
    text-decoration: none;
    color: #000;
}
/* [2026-09-11] 目的：將舊式橫向忘記密碼表單重做為置中、清楚且適用桌機與手機的登入專屬對話框。 */
.ForgotPasswordPopup.PopupWindow {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
}

/* [2026-09-11] 目的：以登入頁與彈窗 ID 提高樣式優先權，避免各店舊版 Popup 規則撐寬卡片並讓關閉鈕跟著標題跑位。 */
body #AlertPopup.ForgotPasswordPopup.PopupWindow .PopupContent.PopupContent--confirm {
    position: relative !important;
    width: min(440px, calc(100vw - 32px)) !important;
    max-width: 440px !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    overflow: hidden;
    border: 1px solid #dce5f0;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(15, 37, 68, .22);
}

body #AlertPopup.ForgotPasswordPopup.PopupWindow .PopupContent.PopupContent--confirm > .PopupTitleTr.Vertical {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    box-sizing: border-box;
    height: auto;
    padding: 24px 28px 14px;
    border: 0;
    text-align: left;
}

body #AlertPopup.ForgotPasswordPopup.PopupWindow .PopupContent.PopupContent--confirm .PopupTitle {
    flex: 1 1 auto;
    color: #10284a;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: left !important;
}

body #AlertPopup.ForgotPasswordPopup.PopupWindow .PopupContent.PopupContent--confirm #PopupClose.PopupConfirmClose {
    position: absolute !important;
    top: 20px !important;
    right: 22px !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 2;
}

.ForgotPasswordPopup .PopupSubContent {
    min-width: 0;
    margin: 0;
    padding: 0 28px 28px;
}

.ForgotPasswordPopup #ShowContent {
    text-align: left;
}

.ForgotPasswordBlock {
    display: flex;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
}

.ForgotPasswordHint {
    margin: 0 0 20px;
    color: #65758c;
    font-size: 14px;
    line-height: 1.75;
}

.ForgotPasswordLabel {
    margin-bottom: 8px;
    color: #17345b;
    font-size: 13px;
    font-weight: 600;
}

.ForgotPasswordInput {
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #ced9e7;
    border-radius: 12px;
    outline: none;
    color: #112a4c;
    background: #fff;
    font: inherit;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.ForgotPasswordInput:focus {
    border-color: #3979c5;
    box-shadow: 0 0 0 4px rgba(57, 121, 197, .12);
}

.ForgotPasswordError {
    min-height: 20px;
    padding-top: 6px;
    color: #d64a3a;
    font-size: 12px;
    line-height: 1.5;
}

.ForgotPasswordBlock .btnConfirm {
    float: none;
    box-sizing: border-box;
    width: 100%;
    height: 48px;
    margin: 8px 0 0;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: #172845;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    transition: background .18s ease, transform .18s ease, opacity .18s ease;
}

.ForgotPasswordBlock .btnConfirm:hover {
    background: #24436d;
}

.ForgotPasswordBlock .btnConfirm:active {
    transform: translateY(1px);
}

.ForgotPasswordBlock .btnConfirm:disabled {
    cursor: wait;
    opacity: .68;
}

.ForgotPasswordNote {
    margin: 14px 0 0;
    color: #8a98aa;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .ForgotPasswordPopup.PopupWindow {
        padding: 16px;
    }

    body #AlertPopup.ForgotPasswordPopup.PopupWindow .PopupContent.PopupContent--confirm {
        width: 100% !important;
        max-width: none !important;
        border-radius: 16px;
    }

    .ForgotPasswordPopup .PopupTitleTr {
        padding: 22px 22px 12px;
    }

    .ForgotPasswordPopup .PopupSubContent {
        padding: 0 22px 24px;
    }
}
@media screen and (min-width: 768px) {
    #Contenter {
        height: calc(100vh - 451px);
        min-height: 360px;
    }

    .LoginThirdParty {
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
    }

    .LoginBlock {
        margin-top: 180px;
        width: 420px;
        margin-bottom: 15px;
    }

    .LoginLogoBlock, .LoginShowBlock {
        width: 100%;
    }

    .LoginShowBlock {
        margin-top: 1.5%;
        margin-bottom: 50px;
    }

    .LoginLogo {
        width: 30%;
        max-width: 86px;
        max-height: 25px;
        cursor: pointer;
    }

    .LoginShowTxt {
        width: 30%;
        max-width: 86px;
        max-height: 18px;
        object-fit: contain;
        
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: left;
        color: #4a4a4a;
    }

    .LoginTypeBlock {
        width: 100%;
        margin-top: 1em;
    }

    .LoginTypeBlockMob, .LoginTypeBlockMobOl {
        display: none;
    }

    .LoginType {
        width: 70%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .LoginThirdPartyTwitter, .LoginThirdPartyWeibo {
        line-height: 40px;
        margin-top: 20px;
        background-color: rgba(236, 239, 241, 0.8);
        max-width: 280px;
        max-height: 40px;
        vertical-align: center;
        color: #4a4a4a;
        cursor: pointer;
    }

    .LoginThirdPartyFB {
        line-height: 40px;
        margin-top: 32px;
        background-color: rgba(236, 239, 241, 0.8);
        max-width: 280px;
        max-height: 40px;
        vertical-align: center;
        color: #4a4a4a;
        cursor: pointer;
    }

    .LoginThirdPartyTxtFB, .LoginThirdPartyTxtWB, .LoginThirdPartyTxtTW {
        font-family: 'Open Sans';
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        /*padding: 12px 0px 11px 40px;*/
        cursor: pointer;
    }

    .LoginLogo {
        content: url("/images/store/iohll/iohll-logo.svg");
    }

        .LoginLogo:hover {
            content: url("/images/store/iohll/iohll-logo-over.svg");
        }

    .LoginThirdPartyTwitter:hover, .LoginThirdPartyWeibo:hover, .LOGIN:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .LoginThirdPartyFB:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .LoginThirdPartyTxtFB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        /*background: url("/images/store/iohll/fblogo.svg") no-repeat 0px center;*/
    }

    .LoginThirdPartyTxtWB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/weiboLogo.svg") no-repeat 0px center;
    }

    .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/twitterLogo.svg") no-repeat 0px center;
    }

    .LoginThirdPartyFB:hover .LoginThirdPartyTxtFB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/fblogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyWeibo:hover .LoginThirdPartyTxtWB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/weiboLogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyTwitter:hover .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/twitterLogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyFB:active .LoginThirdPartyTxtFB::before, .LoginThirdPartyWeibo:active .LoginThirdPartyTxtWB::before, .LoginThirdPartyTwitter:active .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0px;
        border-radius: 4px 0 0 4px;
        background: url("") no-repeat 0px center;
    }

    .LoginThirdPartyTxtFB:active, .LoginThirdPartyTxtWB:active, .LoginThirdPartyTxtTW:active {
        position: relative;
        padding: 12px 0px 11px 0px;
    }

    .Remember-me-Copy {
        width: 82px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a4a4a;
        vertical-align: top;
    }

    .LOGIN {
        height: 40px;
        /*background-color: rgba(236, 239, 241, 0.8);*/
        background-color: rgba(0, 0, 0, 0.8);
        font-family: 'Open Sans';
        font-size: 11px;
        font-weight: 600;
        color: rgb(74, 74, 74);
        cursor: pointer;
    }

    .LoginForgetPassword {
        height: 14px;
        font-family: Times;
        font-size: 12px;
        font-style: italic;
        text-align: center;
        color: #000000;
        float: right;
    }

    .LoginCheckBox {
        float: left;
    }

    .LoginLabelWeb {
        margin-top: 7px;
        width: 70%;
        max-width: 280px;
    }

    .LoginLabelMob {
        display: none;
    }

    .LoginLabel {
        margin-top: 7px;
        width: 70%;
        max-width: 280px;
    }

    .LoginBtn {
        width: 70%;
        max-width: 280px;
        padding-top: 37px;
        cursor: pointer;
    }

    .New-Customer {
        width: 90px;
        height: 18px;
        font-family: Times;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #4a4a4a;
    }

    .Start-Here {
        margin-left: 18px;
        width: 62px;
        height: 18px;
        font-family: Times;
        font-size: 14px;
        font-style: italic;
        text-align: center;
        color: #000000;
    }

    .NewOrStart {
        margin-top: 35px;
    }

    .RemberCheckBox {
        margin: 0;
    }

    .LOG-IN {
        width: 40px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
        line-height: 3.5em;
    }

    .LoginInputTitleTxt {
        float: left;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #000000;
    }

    .LoginInputValueTxt {
        height: 45px;
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #9b9b9b;
    }

    .LoginInputTitle {
        margin-top: 18px;
        width: 70%;
        max-width: 280px;
    }

    .LoginInputPASSWORD {
        margin-top: 15px;
        width: 70%;
        max-width: 280px;
    }

    .LoginInputCode {
        margin-top: 15px;
        width: 70%;
        max-width: 280px;
    }

    .LoginInputValue {
        width: 70%;
        max-width: 280px;
    }

    .jardsonaraujogmail, .jardsonaraujogpw {
        font-family: OpenSans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        color: #4a4a4a;
        padding-left: 10px;
    }

    .LoginTypeMore {
        margin-top: 22.6px;
        margin-bottom: 65px;
        cursor: pointer;
    }

    /* [2026-09-09] 目的：將登入欄位提示文字規則限制於登入表單，避免隱藏共用頁首的商品搜尋提示。 */
    .LoginInputValueTxt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 0;
    }

    .LoginInputValueTxt::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 0;
    }

    .LoginInputValueTxt:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 0;
    }

    .LoginInputValueTxt:-moz-placeholder {
        /* Firefox 18- */
        opacity: 0;
    }
}

@media screen and (max-width: 767px) {
    #Contenter {
        height: 100%;
    }

    .LoginThirdParty {
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
    }

    .LoginBlock {
        margin-top: 100px; /*width:50%;
        background:gray;*/
        max-width: 750px; /*max-height: 640px;*/
    }

    .LoginLogoBlock, .LoginShowBlock {
        width: 100%;
    }

    .LoginShowBlock {
        /* [2026-03-26] 目的：縮小 Hello!Welcome 佔用高度，避免首屏內容被擠到第二頁 */
        margin-top: 18px;
    }

    .LoginLogo {
        width: 30%;
        max-width: 184px;
        max-height: 37px;
        cursor: pointer;
    }

    .LoginShowTxt {
        width: 30%;
        max-width: 184px;
        max-height: 37px;
        font-family: Times;
        /* [2026-03-26] 目的：手機登入頁主標縮小，騰出空間給 FB/輸入框/登入按鈕 */
        font-size: 18px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .LoginTypeBlock {
        display: none;
        width: 100%;
        margin-top: 1em;
    }

    .LoginTypeBlockMob {
        width: 100%;
        margin-top: 103px;
    }

    .LoginTypeBlockMobOl {
        width: 100%;
        margin-top: 56px;
    }

    .LoginType {
        width: 70%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .LoginThirdPartyTxtFB, .LoginThirdPartyTxtWB, .LoginThirdPartyTxtTW {
        font-family: 'Open Sans';
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        padding: 12px 0px 11px 86px;
        cursor: pointer;
        font-style: normal;
        font-stretch: normal;
    }

    .LoginLogo {
        content: url("/images/store/iohll/mob-iohll-logo-610.svg");
    }

        .LoginLogo:hover {
            content: url("/images/store/iohll/iohll-logo-over.svg");
        }

    .LoginThirdPartyTwitter:hover, .LoginThirdPartyWeibo:hover, .LOGIN:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .LoginThirdPartyFB:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .LoginThirdPartyTxtFB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 86px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-fb-610.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .LoginThirdPartyTxtWB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 86px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-wb-610.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 86px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-tw-610.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .LoginThirdPartyFB:hover .LoginThirdPartyTxtFB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/fblogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyWeibo:hover .LoginThirdPartyTxtWB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/weiboLogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyTwitter:hover .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/twitterLogo-over.svg") no-repeat 0px center;
    }

    .LoginThirdPartyFB:active .LoginThirdPartyTxtFB::before, .LoginThirdPartyWeibo:active .LoginThirdPartyTxtWB::before, .LoginThirdPartyTwitter:active .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0px;
        border-radius: 4px 0 0 4px;
        background: url("") no-repeat 0px center;
    }

    .LoginThirdPartyTxtFB:active, .LoginThirdPartyTxtWB:active, .LoginThirdPartyTxtTW:active {
        position: relative;
        padding: 12px 0px 11px 0px;
    }

    .Remember-me-Copy {
        width: 82px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a4a4a;
        vertical-align: top;
    }

    .LOGIN {
        height: 86px;
        background-color: rgba(236, 239, 241, 0.8);
        color: rgb(74, 74, 74);
        cursor: pointer;
    }

    .LoginForgetPassword {
        height: 37px;
        font-family: Times;
        font-size: 30px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .LoginCheckBox {
        float: left;
    }

    .LoginLabel {
        margin-top: 7px;
        width: 70%;
        max-width: 610px;
    }

    .LoginLabelWeb {
        display: none;
    }

    .LoginLabelMob {
        margin-top: 34px;
        width: 70%;
        max-width: 610px;
    }

    .LoginBtn {
        width: 70%;
        max-width: 610px;
        max-height: 86px;
        padding-top: 36px;
        cursor: pointer;
    }

    .New-Customer {
        width: 193px;
        height: 37px;
        font-family: Times;
        font-size: 30px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .Start-Here {
        margin-left: 81px;
        width: 133px;
        height: 37px;
        font-family: Times;
        font-size: 30px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .NewOrStart {
        margin-top: 103px;
    }

    .RemberCheckBox {
        margin: 0;
    }

    .LOG-IN {
        width: 102px;
        height: 41px;
        font-family: 'OpenSans';
        font-size: 30px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ffffff;
        line-height: 3em;
    }

    a {
        text-decoration: none;
        color: #4a4a4a;
    }

        a:hover {
            text-decoration: underline;
            color: #000000;
        }

        a:active {
            text-decoration: underline;
            width: 91px;
            font-weight: bold;
            color: #000000;
        }

    .LoginInputTitleTxt {
        float: left;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #000000;
    }

    .LoginInputValueTxt {
        height: 86px;
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #9b9b9b;
    }

    .LoginInputTitle {
        display: none;
        margin-top: 18px;
        width: 70%;
        max-width: 610px;
    }

    .LoginInputPASSWORD, .LoginInputCode {
        display: none;
        margin-top: 15px;
        width: 70%;
        max-width: 610px;
    }

    .LoginInputValue {
        width: 70%;
        max-width: 610px;
    }

    .jardsonaraujogmail, .jardsonaraujogpw {
        font-family: OpenSans;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        color: #4a4a4a;
    }

    .LoginTypeMore {
        margin-top: 22.6px;
        margin-bottom: 65px;
        cursor: pointer;
    }

    .LoginInputValueTxt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 1;
    }

    .LoginInputValueTxt::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 1;
    }

    .LoginInputValueTxt:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 1;
    }

    .LoginInputValueTxt:-moz-placeholder {
        /* Firefox 18- */
        opacity: 1;
    }

    .LoginInputEMAIL {
        margin-top: 93px;
    }

    .LoginInputPW, .LoginInputCodeBlock {
        margin-top: 36px;
    }

    @ import url(http: // fonts.googleapis.com / css?family=Josefin + Slab:100);

    .animate {
        transition: transform 0.3s ease-out;
    }

    .slider-wrap {
        width: 70%;
        max-width: 610px;
    }

    .slider {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .ms-touch.slider {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none; /* Hides the scrollbar. */
        -ms-scroll-chaining: none; /* Prevents Metro from swiping to the next tab or app. */
        -ms-scroll-snap-type: mandatory; /* Forces a snap scroll behavior on your images. */
        -ms-scroll-snap-points-x: snapInterval(0%, 100%); /* Defines the y and x intervals to snap to when scrolling. */
    }

    .holder {
        width: 300%;
        height: 100%;
        overflow-y: hidden;
    }

    .slide-wrapper {
        width: 33.333%;
        height: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        line-height: 86px;
        background-color: rgba(236, 239, 241, 0.8);
        max-height: 86px;
        color: #4a4a4a;
        cursor: pointer;
    }

    .slide {
        height: 100%;
        position: relative;
    }

    .dots li {
        border-radius: 8px;
        cursor: pointer;
        display: inline-block;
        height: 15px;
        margin: 0 4px;
        opacity: 1;
        text-indent: -999em;
        transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
        width: 15px;
        background-color: #d7d7d7;
    }

        .dots li.active {
            background-color: #4a4a4a;
        }
}

@media screen and (max-width: 609px) {
    #Contenter {
        height: 100%;
    }

    .LoginThirdParty {
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        -ms-transition: all .5s linear;
        transition: all .5s linear;
    }

    .LoginBlock {
        margin-top: 70px; /*width:50%;
        background:gray;*/
        max-width: 750px; /*max-height: 640px;*/
    }

    .LoginLogoBlock, .LoginShowBlock {
        width: 100%;
    }

    .LoginShowBlock {
        /* [2026-03-26] 目的：縮小 Hello!Welcome 佔用高度，避免首屏內容被擠到第二頁 */
        margin-top: 18px;
    }

    .LoginLogo {
        max-width: 92px;
        max-height: 37px;
        cursor: pointer;
    }

    .LoginShowTxt {
        min-height: 18px;
        font-family: Times;
        /* [2026-03-26] 目的：小尺寸手機主標再收斂，讓登入區塊首屏更完整 */
        font-size: 14px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .LoginTypeBlock {
        display: none;
        width: 100%;
        margin-top: 1em;
    }

    .LoginTypeBlockMob {
        width: 100%;
        margin-top: 52px;
    }

    .LoginTypeBlockMobOl {
        width: 100%;
        margin-top: 27px;
    }

    .LoginType {
        width: 80.5%;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .LoginThirdPartyTxtFB, .LoginThirdPartyTxtWB, .LoginThirdPartyTxtTW {
        font-family: 'Open Sans';
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        padding: 12px 0px 11px 43px;
        cursor: pointer;
        font-style: normal;
        font-stretch: normal;
    }

    .LoginLogo {
        content: url("/images/store/iohll/mob-iohll-logo.svg");
    }

    .LoginThirdPartyTxtFB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 43px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-fb.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .LoginThirdPartyTxtWB::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 43px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-wb.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 43px;
        border-radius: 4px 0 0 4px;
        background: url("/images/store/iohll/mob-tw.svg") no-repeat 0px center; /*background-size: 20px 20px;
        background-position: 0px center;*/
    }

    .slide-wrapper:active .LoginThirdPartyTxtFB::before, .slide-wrapper:active .LoginThirdPartyTxtWB::before, .slide-wrapper:active .LoginThirdPartyTxtTW::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0px;
        border-radius: 4px 0 0 4px;
        background: url("") no-repeat 0px center;
    }

    .slide-wrapper:active, .LOGIN:active {
        background-color: #000000;
        color: #ffffff;
    }

    .Remember-me-Copy {
        width: 82px;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        letter-spacing: 0.5px;
        text-align: center;
        color: #4a4a4a;
        vertical-align: top;
    }

    .LOGIN {
        height: 43px;
        background-color: rgba(236, 239, 241, 0.8);
        color: rgb(74, 74, 74);
        cursor: pointer;
    }

    .LoginForgetPassword {
        height: 18px;
        font-family: Times;
        font-size: 15px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
        float: right;
    }

    .LoginCheckBox {
        float: left;
    }

    .LoginLabel {
        margin-top: 7px;
        width: 80.5%;
        max-width: 610px;
    }

    .LoginLabelWeb {
        display: none;
    }

    .LoginLabelMob {
        margin-top: 15px;
        width: 80.5%;
        max-width: 610px;
    }

    .LoginBtn {
        width: 80.5%;
        max-width: 610px;
        max-height: 43px;
        padding-top: 17px;
        cursor: pointer;
    }

    .New-Customer {
        width: 97px;
        height: 18px;
        font-family: Times;
        font-size: 15px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .Start-Here {
        margin-left: 10px;
        width: 67px;
        height: 18px;
        font-family: Times;
        font-size: 15px;
        font-weight: normal;
        font-style: italic;
        font-stretch: normal;
        text-align: center;
        color: #4a4a4a;
    }

    .NewOrStart {
        margin-top: 77px;
    }

    .RemberCheckBox {
        margin: 0;
    }

    .LOG-IN {
        width: 52px;
        height: 20px;
        font-family: 'OpenSans';
        font-size: 15px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #ffffff;
        line-height: 3em;
    }

    a {
        text-decoration: none;
        color: #4a4a4a;
    }

        a:hover {
            text-decoration: underline;
            color: #000000;
        }

        a:active {
            text-decoration: underline;
            width: 91px;
            font-weight: bold;
            color: #000000;
        }

    .LoginInputTitleTxt {
        float: left;
        height: 15px;
        font-family: OpenSans;
        font-size: 11px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        text-align: center;
        color: #000000;
    }

    .LoginInputValueTxt {
        height: 43px;
        width: 100%;
        border: 0;
        outline: 0;
        background: transparent;
        border-bottom: 1px solid #9b9b9b;
    }

    .LoginInputTitle {
        display: none;
        margin-top: 18px;
        width: 80.5%;
        max-width: 610px;
    }

    .LoginInputPASSWORD {
        display: none;
        margin-top: 15px;
        width: 80.5%;
        max-width: 610px;
    }

    .LoginInputValue {
        width: 80.5%;
        max-width: 610px;
    }

    .jardsonaraujogmail, .jardsonaraujogpw {
        font-family: OpenSans;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0.5px;
        color: #4a4a4a;
    }

    .jardsonaraujogmail {
        font-size: 15px;
    }

    .jardsonaraujogpw {
        font-size: 17px;
    }

    .LoginTypeMore {
        margin-top: 22.6px;
        margin-bottom: 65px;
        cursor: pointer;
    }

    .LoginInputValueTxt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        opacity: 0.5;
        font-size: 12px;
    }

    .LoginInputValueTxt::-moz-placeholder {
        /* Firefox 19+ */
        opacity: 0.5;
        font-size: 12px;
    }

    .LoginInputValueTxt:-ms-input-placeholder {
        /* IE 10+ */
        opacity: 0.5;
        font-size: 12px;
    }

    .LoginInputValueTxt:-moz-placeholder {
        /* Firefox 18- */
        opacity: 0.5;
        font-size: 12px;
    }

    .LoginInputEMAIL {
        margin-top: 43px;
    }

    .LoginInputPW, .LoginInputCodeBlock {
        margin-top: 18px;
    }

    @ import url(http: // fonts.googleapis.com / css?family=Josefin + Slab:100);

    .animate {
        transition: transform 0.3s ease-out;
    }

    .slider-wrap {
        width: 80.5%;
        max-width: 610px;
    }

    .slider {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .ms-touch.slider {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none; /* Hides the scrollbar. */
        -ms-scroll-chaining: none; /* Prevents Metro from swiping to the next tab or app. */
        -ms-scroll-snap-type: mandatory; /* Forces a snap scroll behavior on your images. */
        -ms-scroll-snap-points-x: snapInterval(0%, 100%); /* Defines the y and x intervals to snap to when scrolling. */
    }

    .holder {
        width: 300%;
        height: 100%;
        overflow-y: hidden;
    }

    .slide-wrapper {
        width: 33.333%;
        height: 100%;
        float: left;
        position: relative;
        overflow: hidden;
        line-height: 43px;
        background-color: rgba(236, 239, 241, 0.8);
        max-height: 43px;
        color: #4a4a4a;
        cursor: pointer;
    }

    .slide {
        height: 100%;
        position: relative;
    }

    .dots li {
        border-radius: 8px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 0 4px;
        opacity: 1;
        text-indent: -999em;
        transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
        background-color: #d7d7d7;
    }

        .dots li.active {
            background-color: #4a4a4a;
        }
}

.erMsg {
    color: #d0021b;
}

.canSend {
    color: #4a4a4a;
}

/* [2026-03-26] 目的：登入頁（userlogin）方向一：按鈕與 FB 登入外觀對齊 usersignup；輸入框保留底線結構但統一 focus/error token */

/* 背景語言與註冊頁一致（不改結構，只讓視覺更統一） */
body {
    background: #f6f5f1;
    color: #222;
}

/* 登入主容器：做成與註冊頁一致的白色卡片底圖 */
.LoginBlock {
    /* [2026-03-26] 目的：登入頁卡片化，與 usersignup 白底圓角卡片一致 */
    width: min(460px, 94vw) !important;
    height: auto !important;
    margin: 110px auto 40px !important;
    background: #fff;
    border: 1px solid #ece8df;
    border-radius: 16px;
    box-shadow: 0 16px 36px rgba(0, 0, 0, .12);
    padding: 32px 30px 30px;
    box-sizing: border-box;
}

.LoginLogoBlock {
    margin-bottom: 8px;
}

.LoginShowBlock {
    margin-top: 0 !important;
    margin-bottom: 14px;
}

.LoginType {
    width: 100% !important;
}

.LoginTypeBlock {
    margin-top: 12px !important;
}

.LoginInputBlock {
    margin-top: 22px;
}

.LoginInputTitle,
.LoginInputPASSWORD,
.LoginInputValue,
.LoginBtn,
.LoginLabel,
.LoginLabelWeb,
.LoginLabelMob {
    width: 100% !important;
    max-width: none !important;
}

.LoginInputBlock > div,
.LoginInputTitle,
.LoginInputPASSWORD,
.LoginInputValue {
    text-align: left !important;
}

.LoginInputTitleTxt {
    float: none !important;
    display: inline-block;
    width: 100% !important;
    text-align: left !important;
    color: #555 !important;
}

.LoginInputValue {
    margin-top: 8px;
}

.LoginBtn {
    padding-top: 24px !important;
}

.LoginLabel.NewOrStart {
    margin-top: 24px !important;
    text-align: center;
}

@media (max-width: 767px) {
    .LoginBlock {
        /* [2026-03-26] 目的：手機版登入卡片貼近 header，下滑距離更短 */
        margin: 12px auto 22px !important;
        padding: 22px 14px 20px !important;
        box-shadow: 0 8px 20px rgba(0, 0, 0, .10);
    }

    /* [2026-03-26] 目的：手機登入頁僅保留 FB，一律隱藏輪播圓點指示器 */
    .LoginTypeBlockMobOl,
    ol.LoginType.dots {
        display: none !important;
    }

    /* [2026-03-26] 目的：手機登入頁第三方登入僅保留一顆（FB），將輪播容器收斂為滿寬，避免按鈕變短/右側被裁切 */
    .LoginTypeBlockMob .slider-wrap,
    .LoginTypeBlockMob .slider,
    .LoginTypeBlockMob .holder,
    .LoginTypeBlockMob .slide-wrapper {
        width: 100% !important;
        max-width: none !important;
        overflow: visible !important;
    }

    .LoginTypeBlockMob .holder {
        float: none !important;
    }

    .LoginTypeBlockMob .slide-wrapper {
        float: none !important;
        position: relative !important;
    }

    /* [2026-03-26] 目的：修正 FB 按鈕圓角被外層 slide-wrapper 高度/背景切掉（底部圓角消失） */
    .LoginTypeBlockMob .slide-wrapper {
        background: transparent !important;
        line-height: normal !important;
        max-height: none !important;
        border-radius: 10px !important;
        overflow: visible !important;
        padding: 0 !important;
    }

    .LoginThirdParty.FBLOGIN {
        width: 100% !important;
        height: 42px !important;
        line-height: 42px !important;
        border-radius: 10px !important;
        overflow: hidden !important;
    }

    /* [2026-04-11] 目的：手機恢復「記住我＋忘記密碼」同一列（LoginLabelWeb）；隱藏 LoginLabelMob 重複連結 */
    #MainContent .LoginLabelWeb,
    .LoginBlock .LoginLabelWeb {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px 12px;
        width: 100% !important;
        max-width: none !important;
        margin-top: 14px !important;
        margin-bottom: 0 !important;
        float: none !important;
        clear: both;
    }

    #MainContent .LoginLabelMob,
    .LoginBlock .LoginLabelMob {
        display: none !important;
    }

    #MainContent .LoginBlock .LoginCheckBox {
        float: none !important;
    }

    #MainContent .LoginBlock .LoginForgetPassword {
        float: none !important;
        height: auto !important;
    }
}

/* 主 CTA：登入按鈕（對齊 usersignup 的膠囊黑按鈕語言） */
.LOGIN {
    /* 覆寫不同 media query 的舊規則 */
    height: 44px !important;
    border-radius: 999px !important;
    background: #111 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color .18s ease, transform .12s ease;
}

.LOGIN:hover {
    background: #000 !important;
}

.LOGIN:active {
    transform: translateY(1px);
}

.LOG-IN {
    font-size: 15px !important;
    line-height: 1 !important;
    width: auto !important;
    height: auto !important;
    color: #fff !important;
}

/* FB 登入：外觀對齊 usersignup 的淡底圓角按鈕（文案仍可不同） */
.LoginThirdPartyFB,
.LoginThirdParty.FBLOGIN {
    max-width: none !important;
    border: 1px solid #e6e2d8 !important;
    border-radius: 10px !important;
    background: #f8f7f3 !important;
    color: #4a4a4a !important;
    /* [2026-03-26] 目的：FB 文字真正置中（避免舊版 padding/line-height 造成視覺偏移） */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}

/* [2026-03-26] 目的：FB 按鈕文案置中並移除舊版偽元素（避免中間殘留 icon 欄位/偏移） */
.LoginThirdPartyTxtFB {
    display: inline-block !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
}

.LoginThirdPartyTxtFB::before {
    display: none !important;
    content: none !important;
}

/* 避免手機點擊後 sticky hover 變黑 */
.LoginThirdPartyFB:hover,
.LoginThirdPartyFB:active,
.LoginThirdPartyFB:focus,
.LoginThirdPartyFB:focus-visible,
.LoginThirdParty.FBLOGIN:hover,
.LoginThirdParty.FBLOGIN:active,
.LoginThirdParty.FBLOGIN:focus,
.LoginThirdParty.FBLOGIN:focus-visible {
    background: #f8f7f3 !important;
    color: #4a4a4a !important;
}

/* 輸入框 token：保留底線式，但 focus 更清楚 */
.LoginInputValueTxt {
    transition: border-color .18s ease;
}

.LoginInputValueTxt:focus {
    border-bottom-color: #89b4ff !important;
}

/* [2026-09-11] 目的：各店會員登入統一改為現代雙區塊版面，強化品牌歡迎、第三方登入與 Email 表單的視覺層級。 */
#ContentData.LoginPage {
    /* [2026-09-11] 目的：取消舊版 default.css 為固定頁首預留的 95/135px 偏移，避免新版頁首下方出現重複白邊。 */
    margin-top: 0 !important;
    top: auto !important;
    min-height: calc(100vh - 106px);
    padding: clamp(42px, 7vh, 88px) 32px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 18% 22%, rgba(37, 99, 235, .08), transparent 34%),
        radial-gradient(circle at 82% 78%, rgba(6, 199, 85, .07), transparent 30%),
        #f7f8fa;
}

.LoginExperience {
    width: min(1040px, 100%);
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(400px, 470px);
    align-items: center;
    gap: clamp(52px, 8vw, 112px);
}

.LoginWelcome {
    max-width: 460px;
    color: #17233c;
}

.LoginWelcome__eyebrow,
.LoginCardHead__eyebrow {
    display: block;
    margin-bottom: 14px;
    color: #52709f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
}

.LoginWelcome h1 {
    margin: 0;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.08;
    letter-spacing: -.045em;
    color: #10203b;
}

.LoginWelcome > p {
    max-width: 410px;
    margin: 24px 0 0;
    color: #68758a;
    font-size: 16px;
    line-height: 1.85;
}

.LoginWelcome__points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.LoginWelcome__points span {
    padding: 8px 12px;
    border: 1px solid rgba(82, 112, 159, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .68);
    color: #52627a;
    font-size: 13px;
}

#ContentData .LoginBlock {
    width: 100% !important;
    max-width: 470px;
    margin: 0 !important;
    padding: 38px !important;
    box-sizing: border-box;
    border: 1px solid #e3e8ef;
    border-radius: 22px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 24px 64px rgba(15, 31, 54, .12);
    text-align: left;
}

.LoginCardHead {
    text-align: left;
}

.LoginCardHead__eyebrow {
    margin-bottom: 8px;
}

.LoginCardHead h2 {
    margin: 0;
    color: #17233c;
    font-size: 27px;
    line-height: 1.25;
    letter-spacing: -.025em;
}

.LoginCardHead p {
    margin: 9px 0 0;
    color: #8390a3;
    font-size: 14px;
}

.LoginSocial {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}

.LoginSocialButton {
    position: relative;
    width: 100%;
    min-height: 48px;
    padding: 0 18px;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font: 600 14px/1.2 "Microsoft JhengHei", sans-serif;
    transition: border-color .18s ease, background-color .18s ease, transform .12s ease;
}

.LoginSocialButton--line {
    border: 1px solid #06c755;
    background: #06c755;
    color: #fff;
    /* [2026-09-11] 目的：LINE OAuth 啟用後補回可點擊游標與互動回饋，避免仍看起來像停用按鈕。 */
    cursor: pointer;
}

.LoginSocialButton--line:not(:disabled):hover {
    border-color: #05b64d;
    background: #05b64d;
    transform: translateY(-1px);
}

.LoginSocialButton--line:not(:disabled):active {
    transform: translateY(0);
}

.LoginSocialButton--line:disabled {
    cursor: not-allowed;
    opacity: .62;
}

.LoginSocialButton--line small {
    position: absolute;
    right: 12px;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    font-size: 10px;
    font-weight: 600;
}

.LoginSocialButton__icon {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: -.04em;
}

#ContentData .LoginSocialButton--google.LoginThirdPartyGoogle {
    width: 100% !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    border: 1px solid #dce1e8 !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #344054 !important;
    cursor: pointer;
}

/* [2026-09-11] 目的：Google 與 LINE 登入按鈕使用一致的滑過與按下回饋，讓可點擊狀態清楚且操作感統一。 */
#ContentData .LoginSocialButton--google:hover {
    border-color: #b8c2cf !important;
    background: #f8fafc !important;
    transform: translateY(-1px);
}

#ContentData .LoginSocialButton--google:active {
    transform: translateY(0);
}

.LoginSocialButton__google-icon {
    color: #4285f4;
    font: 700 17px/1 Arial, sans-serif;
}

#ContentData .LoginThirdPartyTxtGoogle::before {
    display: none !important;
    content: none !important;
}

.LoginDivider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0 22px;
    color: #98a2b3;
    font-size: 12px;
    white-space: nowrap;
}

.LoginDivider::before,
.LoginDivider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: #e7ebf0;
}

#ContentData .LoginInputBlock {
    margin-top: 0;
}

#ContentData .LoginInputPW {
    margin-top: 17px;
}

#ContentData .LoginInputTitleTxt {
    display: block !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 8px;
    color: #344054 !important;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: left !important;
}

#ContentData .LoginInputValue {
    width: 100% !important;
    max-width: none !important;
    margin: 0;
}

#ContentData .LoginInputValueTxt {
    width: 100%;
    height: 48px;
    padding: 0 14px !important;
    box-sizing: border-box;
    border: 1px solid #dce1e8;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: #17233c;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    transition: border-color .18s ease, box-shadow .18s ease;
}

#ContentData .LoginInputValue--withPwReveal .LoginInputValueTxt {
    padding-right: 58px !important;
}

#ContentData .LoginInputValueTxt:focus {
    border-color: #3975d7 !important;
    box-shadow: 0 0 0 3px rgba(57, 117, 215, .12);
}

#ContentData .LoginInputValueTxt::placeholder {
    opacity: 1;
    color: #a6afbd;
    font-size: 13px;
}

#ContentData .LoginPwRevealBtn {
    right: 7px;
    min-width: 45px;
    min-height: 36px;
    color: #68758a;
    font-size: 12px;
}

#ContentData .LoginLabelWeb {
    width: 100% !important;
    max-width: none !important;
    margin: 14px 0 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

#ContentData .LoginCheckBox {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    float: none;
    color: #5f6d82;
    cursor: pointer;
}

#ContentData .LoginCheckBox input {
    width: 16px;
    height: 16px;
    margin: 0;
    accent-color: #17233c;
}

#ContentData .Remember-me-Copy,
#ContentData .LoginForgetPassword {
    width: auto;
    height: auto;
    float: none;
    color: #5f6d82;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    font-style: normal;
    letter-spacing: 0;
}

#ContentData .LoginForgetPassword a {
    color: #315f9f;
}

#ContentData .LoginBtn {
    width: 100% !important;
    max-width: none !important;
    padding-top: 22px !important;
}

#ContentData .LOGIN {
    width: 100%;
    height: 48px !important;
    padding: 0;
    border: 0;
    border-radius: 12px !important;
    background: #17233c !important;
    box-shadow: none;
}

#ContentData .LOGIN:hover {
    background: #0f192d !important;
}

#ContentData .NewOrStart {
    width: 100% !important;
    max-width: none !important;
    margin-top: 22px !important;
    text-align: center;
}

#ContentData .New-Customer,
#ContentData .Start-Here {
    width: auto;
    height: auto;
    color: #68758a;
    font-family: "Microsoft JhengHei", sans-serif;
    font-size: 13px;
    font-style: normal;
}

#ContentData .Start-Here {
    margin-left: 7px;
}

#ContentData .Start-Here a {
    color: #244f8e;
    font-weight: 700;
}

@media (max-width: 820px) {
    #ContentData.LoginPage {
        min-height: calc(100vh - 72px);
        padding: 28px 18px 44px;
        align-items: flex-start;
    }

    .LoginExperience {
        width: min(470px, 100%);
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .LoginWelcome {
        padding: 12px 6px 0;
        text-align: center;
    }

    .LoginWelcome__eyebrow {
        margin-bottom: 8px;
    }

    .LoginWelcome h1 {
        font-size: 34px;
    }

    .LoginWelcome > p,
    .LoginWelcome__points {
        display: none;
    }

    #ContentData .LoginBlock {
        max-width: none;
        padding: 28px 22px !important;
        border-radius: 18px;
        box-shadow: 0 16px 38px rgba(15, 31, 54, .1);
    }

    .LoginCardHead h2 {
        font-size: 23px;
    }

    .LoginSocialButton--line small {
        position: static;
        margin-left: auto;
    }
}

@media (max-width: 380px) {
    #ContentData.LoginPage {
        padding-right: 12px;
        padding-left: 12px;
    }

    #ContentData .LoginBlock {
        padding: 24px 17px !important;
    }

    .LoginSocialButton {
        padding-right: 12px;
        padding-left: 12px;
    }
}

/* [2026-09-05] 目的：Google 登入按鈕採 border-box 計算滿版寬度，避免 padding 讓按鈕超出登入卡片。 */
.LoginTypeBlock {
    margin-top: 18px !important;
    margin-bottom: 6px !important;
}

.LoginThirdPartyGoogle,
.LoginThirdParty.GOOGLELOGIN {
    box-sizing: border-box !important;
    width: 100% !important;
    min-height: 44px !important;
    padding: 10px 16px !important;
    max-width: none !important;
    border: 1px solid #dadce0 !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #3c4043 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    cursor: pointer;
}

.LoginThirdPartyTxtGoogle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: auto !important;
    color: #3c4043 !important;
    font-weight: 500;
}

.LoginThirdPartyTxtGoogle::before {
    content: "G";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 50%;
    color: #4285f4;
    background: #fff;
    font: 700 16px/1 Arial, sans-serif;
}

.LoginThirdPartyGoogle:hover,
.LoginThirdPartyGoogle:focus,
.LoginThirdParty.GOOGLELOGIN:hover,
.LoginThirdParty.GOOGLELOGIN:focus {
    background: #f8f9fa !important;
    border-color: #c5c8cc !important;
}

@media screen and (max-width: 760px) {
    .LoginThirdParty.GOOGLELOGIN {
        width: 100% !important;
        height: 42px !important;
        line-height: 42px !important;
        border-radius: 10px !important;
    }
}

/* [2026-04-11] 目的：密碼欄「按住顯示」按鈕（與底線輸入並排，預留右側避免文字重疊） */
.LoginInputValue--withPwReveal {
    position: relative;
    display: block;
}

.LoginInputValue--withPwReveal .LoginInputValueTxt {
    padding-right: 52px !important;
    box-sizing: border-box;
}

.LoginPwRevealBtn {
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    min-width: 44px;
    min-height: 44px;
    margin: 0;
    padding: 0 8px;
    border: none;
    background: transparent;
    color: #555;
    font-size: 13px;
    font-family: inherit;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.LoginPwRevealBtn:active {
    color: #111;
}

/* 行動版：FB 文字置中並移除左側圖示欄（對齊 usersignup 手機版） */
@media (max-width: 767px) {
    .LoginThirdPartyTxtFB {
        display: block !important;
        width: 100% !important;
        padding-left: 0 !important;
        text-align: center !important;
        line-height: 42px !important;
        font-size: 13px !important;
    }

    .LoginThirdPartyTxtFB::before {
        display: none !important;
    }
}
