.bg-faded {
    background-color: var(--theme-primary);
    box-shadow: 0.8rem 0.8rem 0.7rem rgba(0, 0, 0, 0.80) !important;
}

.bg-faded-white {
  background-color: #fff; }

.form-control, .form-control:focus {
    background-color: var(--theme-primary) !important;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: var(--theme-primary) !important;
    color: #d5d5d5;
}

input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px var(--theme-primary) inset;
    -webkit-text-fill-color: #fff !important;
}
.form-control::-webkit-input-placeholder {
    color: #d5d5d5;
}

.form-label {
    color: var(--theme-primary);
}

.titulo-autenticacion {
    color: var(--theme-primary);
}

.fondo-autenticacion {
    background: white url("../../img/fondo.5fd0d4b807d2.svg") no-repeat center bottom fixed;
    background-size: cover;
}
.fondo-autenticacion-proveedores {
    background: url("../../img/fondo.5fd0d4b807d2.svg") no-repeat center bottom fixed;
    background-size: cover;
}

