
.DifuminarPantalla{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.5);
    backdrop-filter: blur(8px);
    z-index: 998;
    display: none;
}
.Contenedor-Alerta-Login{
    margin: 40vh auto;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.Cartel-Error{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

