﻿/* Captcha 標準樣式（登入 / Step4 / 其他共用） */
/*.captcha--standard .c-captcha__box {
    display: flex;
    align-items: center;
    gap: 12px;
}*/

/*    .captcha--standard .c-captcha__box input[type="text"] {
        width: 100px;
        height: 40px;
        padding: 8px 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 6px;
    }*/

/*.captcha--standard .c-captcha__text canvas {
    width: 120px;
    height: 40px;
    background: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: block;
}*/

/*.captcha--standard .c-captcha__refresh {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
}*/
/* 密碼欄位眼睛 icon */
/*.c-input--password {
    position: relative;
}

    .c-input--password .js-type-toggle {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url('../img/icon-eye.svg') no-repeat center center;
        background-size: contain;
        cursor: pointer;
    }

        .c-input--password .js-type-toggle.active {
            background-image: url('../img/icon-eye-slash.svg');*/ /* 顯示隱藏狀態 */
        /*}*/