form label.error, form span.error {
    position: absolute;
    color: white;
    font-weight: 500 !important;
    font-size: 11px;
    right: 0;
    background: #fd397a;
    padding: 5px 10px;
    border-radius: 16px;
    top: 5px;
}