.loginBox {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*background: url('../images/login_pozadi.png') no-repeat center;*/
}

.commonBox {
    width: 250px;
    border: thin solid white;
    color: white;
    font-family: sans-serif;
    font-size: 10pt;
    padding: 10px;
}

.userBox {
    margin-top: 10px
}

.roleBox {
    height: 100px;
    margin-bottom: 10px
}

body {
    font: 11pt Verdana, Geneva, Tahoma, sans-serif;
    color:white;
    background-color: rgba(0,0,0,0.8);
}