I'm trying to put in a row three columns, where the first one will have an image and the others should have the text aligned below.
<div class="row" style="background-color: #ffffff">
<div class="col-md-2"><img src="../images/1.jpg" /></div>
<div class="col-md-8">Empresa</div>
<div class="col-md-2" style="text-align: right; vertical-align: text-bottom">Usuário</div>
</div>