.error + .custom-checkbox-label:before {
    border-color: #f63f26;
}
.captcha-place {
    display: flex;
    align-items: center;
}
.captcha-place__refresh {
    border-bottom: 1px dotted #000;
    line-height: 1;
    margin-left: 1em;
    cursor: pointer;
    font-size: 80%;
}
.captcha-place__refresh:hover {
    border-bottom-color: transparent;
}
.captcha-place__refresh.btn--loading {
    color: transparent;
    border-bottom-color: transparent;
}