.el-captcha-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.el-captcha-wrap img {
    border: 1px solid #ddd;
}

#el-refresh-captcha {
    cursor: pointer;
    background: none;
    border: none;
    font-size: 18px;
}
