table.login{
    color: #ffffff;
    font-weight: bold;
    font-size: biger;
    text-align: center;
    
}


table.login td.header{
    font-weight: bold;
    text-align: left;

}

table.login td.data{
    color: #000000;
    text-align: right;
}


table.login td.data input{
    color: #000000;
    text-align: right;
}

table.login td.submit{
    text-align: center;
}

table.login input#matricola{
    width: 50px;
    border: none;
    font-weight: bold;
    text-align: right;
    background-color: #ffffff;
}

table.login input#password{
    border: none;
    background-color: #ffffff;
    font-weight: bold;
    text-align: right;
}

img.logo{
    width:120px;
}

img.divieto {
    width: 300px;
}

table.loginMenu{
}

div#loginWindow{
    background: #0469ed;
    color: #000000;
    width: 450px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    padding-top: 10px;
}
