.image-container {
 background-position: center center;
 background-size: cover;
 height: 100vh;
 width: 100vw;
 position: fixed;
}

.form-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}

.wizard-container {
  padding-top: 100px;
  z-index: 3;
}

.card {
  background-color: #EEE;
  padding: 10px 0 20px;
  width: 100%;
}

.wizard-card {
  /*min-height: 410px;*/
  background-color: #EEE;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 10px;
}

.well {
    background-color: #F8F8F8;
}

.footer .container {
    color: #FFF;
}

.footer .container a {
    color: #5ab;
}

.logo img {
    width: 10%;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-color: rgb(238, 238, 238);
    border-left-width: 1px;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-info {
    border-left-color: #5ab;
}
