﻿/* 圖形驗證碼區塊 */
.captcha-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 圖形驗證碼文字 */
.captcha-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid #000 !important;
    border-radius: 5px;
    padding: 0;
    flex: 0 0 auto;
}