input.parsley-error{
    background-color: #ffceda;
    border-color: #ff5d62;
}
.parsley-errors-list.filled{
    margin: 0;
    padding: 3px;
    font-size: 13px;
    background-color: #ff5d62;
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.parsley-errors-list li{
    margin: 0 10px;
}

.form-row{
    margin-top: 7px;
}

.form-check {
    position: relative;
    display: block;
}

.form-check-input {
    position: absolute !important;
}

.rodo_content.form-check-label{
    display: inline-block;
    margin-left: 21px;
}
