input[type=text]{
    width: 75%;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-radius: 4px;
    background-image: url("vormid/images.png");
    background-repeat: no-repeat;
    background-position: 10%;
}
input[type=text]:hover{
    border: 2px solid gray;
}

input[type=text]:focus{
    border: 2px solid green;
}
form{
    width: 60%;
    border-bottom: 2px solid red;
    border-left: 2px solid red;
    border-radius: 4px;
    background-color: gainsboro;
}
td{
    border-bottom: 1px solid red;
    border-left: 1px solid red;
    border-radius: 4px;
}