/* Cambiar color morado a gris */
.MuiButton-containedSecondary,
.MuiButton-colorSecondary {
    background-color: #efefef !important;
    color: #333333 !important;
}

.MuiButton-containedSecondary:hover {
    background-color: #d5d5d5 !important;
}

/* Cambiar color del campo de contraseña cuando está enfocado */
.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
    border-color: #efefef !important;
}

.MuiFormLabel-root.Mui-focused {
    color: #333333 !important;
}
