.form-control, .form-check-input {
    border-color: black;
}

.form-text {
    color: black;
}

.required-asterisk:after {
    color: #dc3545;
    font-weight: bold;
    content: " *";
}



/*
!* 1. Backdrop opaco (cubre todo sin transparencia) *!
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 1) !important;  !* totalmente negro y opaco   *!
    !* Si prefieres un tono oscuro diferente: p.ej. #222 o rgba(30,30,30,1) *!
}
*/


/*
.bi-icon-scale:hover {
    transition: transform .3s ease-in;
    color: blue;
}
*/

/*

.modal-content {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.9);    !* sombra mÃ¡s marcada     *!
}
*/


/* Modal transparente
.modal-backdrop {
background-color: rgba(0,0,0,.0001) !important;
}
 */




/*
* {
    border:1px solid red !important;
}
*/

