
/*# sourceMappingURL=custom.min.css.map */
.error-help-block{
    color: #f06548;
}

.w-45{
    width: 45%;
}

span.required{
    color: red;
}

/* query md */
@media (max-width: 768px) {
    .w-md-100{
        width: 100% !important;
    }
}



.table .form-check input.form-check-input {
    width: 1.2rem;
    height: 1.2rem;
}

