.keingabe {
    background: #d3d3d3;
}

#istgewicht {
    width: 50%;
}

input[type=text], input[type=search], input[type=password] {
    border-style: none;
    padding: 0.5em;
    border-radius: 10px;
    width: 100%;
}

input[type=text]:focus, input[type=search]:focus, input[type=password]:focus {
    outline: none;
    background-color: #00D9C6;
}

.textfield {
    background-color: #fafafa;
}