input {border: 0px;
    border-bottom: solid 1px }
    input:focus { border: solid 1px limegreen;
      outline: none
    }
    
    input:hover { border: solid 1px red}
    body{
      background-color: aqua;
    }