label.error{
    background: var(--red);
    border-radius: var(--border-radius);
    font-size: 12px;
    padding: 4px 10px;
    font-weight: 400;
    color: white;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 400px;
    line-height: 18px;
}