.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

@charset "UTF-8";
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 30px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #ffac30;
  z-index: 100;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


.container .text-muted {
	 color: black;
     margin: 5px 0;
	 text-align: center;
}
