
.captchaBox {
    width: 380px;
    height: 276px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.2);
    margin-left: auto;
    margin-right: auto;
}

.captchaBox .captchaBoxClose {
    display: flex;
    justify-content: space-between;
}

.captchaBox .captchaBoxClose img {
    height: 16px;
    width: 16px;
    padding: 10px;
    cursor: pointer;
}

#captcha {
    padding: 0 10px;
}

.captchaBox .captchaBoxClose .captchaBoxTxt {
    font-size: 12px;
    color: #4A4A4A;
    line-height: 16px;
    padding: 0 10px;
    align-self: center;
}

.captchaBox .captchaBoxClose .captchaBoxRefresh {
    font-size: 12px;
    color: #003399;
    line-height: 16px;
    align-self: center;
    margin-right: 10px;
    cursor: pointer;
    align-items: center;
    display: flex;
    margin-left: auto;
}

.captchaBox .captchaBoxClose .captchaBoxRefresh img {
    height: 16px;
    width: 16px;
    margin-right: 5px;
    padding: 0;
}