<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="field-container">
<input type="text" class="field" required placeholder="First name"/>
<label class="floating-label">First name</label>
</div>
<div class="field-container">
<input type="text" class="field" required placeholder="Last name"/>
<label class="floating-label">Last name</label>
</div>
<div class="field-container">
<select class="field" placeholder="Options">
<option></option>
<option>option 1</option>
<option>option 2</option>
</select>
<label class="floating-label">Options</label>
</div>