.form-group.parsley-error {
    display: flex;
    flex-direction: column;
}

.parsley-errors-list {
    list-style: none;
    color: #FA5252;
    float: right;
    padding: 0;
    margin: 0;
    align-self: flex-end;
    position: absolute;
}

.parsley-error input, .parsley-error .input-group-text{
    /* background: linear-gradient(90deg, rgba(255,255,255,1) 10%, rgb(253, 230, 230) 100%); */
    border-color: #FA5252 !important;
}