.confirm-wrp{
    margin-top: 15px;
}
.ui-checkbox2-container.confirm-wrp label {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}
label.confirm-wrp-title{
    width: 90%;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}
label.confirm-wrp-title > div{
    line-height: 16.5px;
    font-size: 12px;
}
label.confirm-wrp-title a {
    border-bottom: 1px dotted #202020;
}
label.confirm-wrp-title a:hover{
    color: var(--main-oragnge);
    border-bottom-color: var(--main-oragnge);
}
#smartcaptcha_error,.smartcaptcha_error{
    display: none;
}
#smartcaptcha_error.show, .smartcaptcha_error.show {
    display: block;
}