I'm using bootstrap and creating a panel. I'm trying to center my panel in the middle of the screen. It's inside a container.
<div class="container body-content">
<div class="panel panel-default col-md-6">
<div class="panel-title text-center">Log in</div>
<div class="panel-body text-center">
<h6>Use a local account to log in.</h6>
</div>
</div>
</div>