.selection-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/background.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: 1;
}

.selection-background-consulta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/background.jpg');
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -2;
}
@media (max-width: 600px) {
    .consulta-table-container {
        width: 100%;
        overflow-x: auto;
    }
}
.login-background {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/background.jpg'); 
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    z-index: -1; 
}

.login-form-container {
    position: relative; 
    z-index: 1; 
}

.MuiTextField-root {

}

.MuiButton-root {

}
@media (max-width: 600px) {
    .consulta-table-container {
        width: 100%;
        overflow-x: auto;
    }
}
@media (max-width: 600px) {
    .consulta-table-container {
        width: 100%;
        overflow-x: auto;
    }
}
