.t-input-error {
    color: #FFF;
}

.t-form__errorbox-wrapper {
    background: none;
    border: 1px solid white;
    border-radius: 10px;
    padding: 0 20px;
}

.t-form__errorbox-item {
    font-size: 16px;
}