.logo {
    max-width:50px;
    max-height:50px;
    width:auto;
    height:auto;
}

.cover {
    max-width:100px;
    max-height:100px;
    width:auto;
    height:auto;
}

.cover:hover {
    transform: scale(3);
    position: relative;
    display: block;
    margin-left: 80px;
    margin-top: 30px;
}

table {
   width: 99%;
}

label {
   cursor: block;
}

.right {
   float: right;
   margin-right: 10px;
   margin-top: 10px;
}

.loginbox {
   height: 200px; /* Höhe der div-Box */
   width: 300px; /* Breite der div-Box */
   margin-top: -100px; /* Damit der "Ausrichtungspunkt" in der Mitte der Box liegt */
   margin-left: -150px;
   position: absolute; /* positionieren */
   top: 50%; /* in die Mitte verschieben */
   left: 50%;
}

.edit_book {
   width: 800px;
}

