/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body.login-bg{
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  background:#1d354d;
}
body.login-bg .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  overflow:hidden;
}

body.login-bg .footer div.container > p{
  text-align:center;
}