.errorlist{
    padding-left: 0;
}

.errorlist li{
    list-style-type: none;    
}

.wrapper{    
    /* background-image: url("../assets/images/bg-hex.jpg"); */
    background-image: url("../assets/images/sys/bg_app.png");
    /* background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto; */
    background-color: var(--primary);
}