.tn-form__errorbox-popup {

background: #12504A!important;

}

.t-input-error {

color: #12504A!important;

}

.t-form .js-error-control-box .t-input:not(.t-input-phonemask):not(.t-input-ownanswer):not(.t-input__own-answer) {

border: 2px solid #12504A!important;

}

.tn-atom .js-error-control-box .t-checkbox__control:before, .tn-atom .js-error-control-box .t-radio__wrapper:before {
    content: '';
    width: 100%;
    height: calc(100% + 6px);
    border: 2px solid #12504A !important;
    position: absolute;
    left: 0;
    top: 0px;
    pointer-events: none;
}