.logindiv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    width: 460px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #50506a;
    align-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 1.5px solid black;
}

.logindiv h1 {
    color: white;
    margin-bottom: 50px;
}

.logindiv h2 {
    align-self: center;
    text-align: left;
    width: 400px;
    margin-left: 30px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.829);
    margin-bottom: 0px;
    margin-top: 20px;
}

.logindiv input {
    padding-left: 10px;
    margin-bottom: 10px;
    color: white;
    outline: none;
    width: 400px;
    height: 35px;
    border-radius: 5px;
    border: 1.5px solid rgb(119, 121, 224);
    background-color: #48485f;
}

.logindiv button {
    margin-top: 30px;
    width: 400px;
    color: white;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    background-color: #3e6ee9;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
}

.logindiv button:hover {
    background-color: #355bbf;
}

.uberschrift {
    margin-top: 20px;
    display: flex;
    width: 400px;
}

.uberschrift h2 {
    margin-top: 0;
    width: fit-content;
}

.info {
    margin-top: 5px;
    margin-left: 5px;
    background-color: #00000038;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #0000002e;
    font-size: 12px;
    cursor: pointer;
}

.infodivuser {
    background-color: #414366;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 250px;
    display: none;
    width: 300px;
}

.infodivkey {
    background-color: #414366;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 175px;
    display: none;
    text-align: left;
    width: 330px;
}

.infodivpass {
    background-color: #414366;
    position: absolute;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid black;
    margin-top: 5px;
    margin-left: 146px;
    display: none;
    text-align: left;
    width: 330px;
}