
input {border: 5px;
border-bottom: solid 1px
}

input:focus { border: solid 1px rgb(0, 255,0 );
  outline: none }

input:hover { border: solid 1px rgb(0, 255,0 ) } 

form { width: 100%;
  padding: 5%;
  border-radius: 4px;
  border: solid 2px; 
  background-color: rgb(255, 255, 255); }

span { position: relative;
  display: inline-block;
  margin: 20px; }

  body { background-color: rgb(238, 193, 95);
    color: rgb(0, 0, 0);
    font-family: Arial, Helvetica, sans-serif; }

    BOTAO { background-color: rgb(0, 255, 0);
      border: none;
      color: white;
      padding: 15px 32px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      cursor: pointer;
      border-radius: 12px; }

      BOTAO:hover { background-color: rgb(0, 200, 0) }