html,
body {
height: 100%;
  color: white;
  text-align: center;
}
.wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
}
.push, .footer {
  height: 30px;
}
@media (max-width: 767px) {
.footer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
}
.footer {
    background: #12243a;
}
.footer a{
  text-decoration: none;
  color: white;
}
.header-container {
    background: #12243a;
}
.fail h1{
    color: red;
}
.progress-container{
  width: 80%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
}