body {
    background-image: url('../../../assets/media/auth/bg4.jpg');
}

[data-bs-theme="dark"] body {
    background-image: url('../../../assets/media/auth/bg4-dark.jpg');
}


.logoBitcode {
    max-width: 230px;
}

.text-inherit{
    color: inherit; 
}

.indicator-label {
    color: #fff !important;
}

#LinkbuttonGuardar:hover {
    color: #fff !important;
    background-color: #5a6268;
    border-color: #545b62;
}