/* reset minimo */
* { box-sizing: border-box; margin:0; padding:0; }

.highlight {
    color: #ff0000; 
}
.error {
    color: red;
    font-size: .9rem;
}
.success {
    color: green;
    font-size: .9rem;
    margin-bottom: 1rem;
}


.modal-title {
    font-size: 13px;
}
.modal-body {
    font-size: 11px;
}