.inputDiv {
    margin-bottom: 40px ;
}

input[type=text] {
    padding: 8px;
}

input[readonly] {
    background-color: beige;
}