﻿/* MudBlazor CSS Rule Restore */
.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 16px;
}

/* MudBlazor Theme Manager Provided Rules */
.mud-input {
    color: #424242;
    background-color: #FFFFFF;
}

/* Restore legacy colors */
#blazor-error-ui {
    background: #ffffe0;
    color: var(--mud-palette-text-primary);
}
