label {
}

input[type=text], input[type=password] {
    color: inherit;
    background-color: #000;
    border: solid 1px #0f0;
    border-radius: 0.4rem;
    margin: 0.5rem;
}

input[type=text]::placeholder, input[type=password]::placeholder {
        color: inherit;
    }

input[type=text]::selection, input[type=password]::selection {
    border: #f00;
}

#anmelden {
    min-width: 10rem;
    max-width: 30rem;
    width: 35%;
    height:1.5rem;
    border:solid 1px #0f0f;
    border-radius: 2rem;
    margin:0.5rem;
    background-color: #ffff;
}

#anmelden:hover {
    background-image: linear-gradient(0deg, #bbbd, #dddd);
}

#leermach {
    min-width: 6rem;
    max-width: 15rem;
    width: 10%;
    height: 1.5rem;
    border: solid 1px #0f0f;
    border-radius: 2rem;
    margin: 0.5rem;
    background-color: #ffff;
}

#leermach:hover {
    background-image: linear-gradient(0deg, #bbbd, #dddd);
}