/* 发码前置图形验证码（共享，见 plugin/user/app/view/common/captcha-modal.html） */
.captcha-hint {
    margin-bottom: 10px;
    color: #6c757d;
    font-size: 13px;
}

.captcha-row {
    display: flex;
    align-items: center;
}

.captcha-row .captcha-input {
    flex: 1 1 auto;
}

.captcha-img {
    width: 112px;
    height: 38px;
    margin-left: 8px;
    flex: 0 0 auto;
    cursor: pointer;
    border: 1px solid #dee2e6;
    object-fit: cover;
}

.captcha-tip {
    min-height: 20px;
    margin-top: 6px;
    font-size: 13px;
}
