/*********************************************/
/* KVASIR platform for beter press menagment */
/* Author: Matej Ramšak                      */
/* Version: 1.01                             */
/* 25.06.2020                                */
/*********************************************/

html, body {
    width: 100%;
}

#blenda {
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    cursor:no-drop;
    top: 0px;
    left: 0px;
    z-index: 100;
}

#mw_new_pass {
    z-index: 150;
}

