﻿.form-input {
}

.input-error {
}

    .input-error span {
        color: red !important;
        font-size: 0.85rem !important;
    }

    .input-error input, .input-error select {
        border-color: red !important;
    }
