*,*:before,*:after { margin: 0; padding: 0; box-sizing: border-box; }

body {
    width: 100%;
    height: 100%;
    background-color: rgb(216, 215, 215)!important;
}

.card-login {
    width: 25vw !important;
    min-height: 30vh !important;
    margin: 0 auto;
}

.nb {
    float: left;
    width: 15%;
    height: 100%;
    background-color: rgb(233, 232, 236);
    box-shadow: 11px 8px 17px -22px rgba(66, 68, 90, 1);
    padding: 1%;
}


.nb > h2 {
    text-align: center;
}

.text-shadow {
    text-shadow: 2px 2px 12px #3D3D3D;
}

.panele {
    width: 85%;
    float: left;
    padding: 1%;
    height: 100vh;
    margin: 0 auto;
}

.text-center {
    text-align: center;
}

table {
    outline: thin solid;
    border-collapse: collapse;
    
}

tr, td, th {
    outline: thin solid;
    padding: 10px;
}

.navbtn {
    padding: 5px;
}

.btnright {
    float: right;
}

.inputwidth {
    width: 25vw;
	/*width: 80vw;*/
}

span.pochyl {
    font-style: italic !important;
}