footer {
  position: fixed;
  bottom: 0px;
  min-width: 100%;
  background-color: #212121;
  padding: 15px;
  color: #fff;
}

.login-box {
  margin: 7% auto;
}

.login-box-body {
  border-radius: 5px !important;
  box-shadow: 0 1px 6px 0 rgba(232, 0, 81, 0.534) !important;
  padding: 48px 24px !important;
  margin-bottom: 20px;
}

.login-box-msg {
  font-weight: bold;
}
