body {
    background-color: #DADADA;
  }
  body > .grid {
    height: 100%;
  }
  .image {
    margin-top: -100px;
  }
  .column {
    max-width: 450px;
  }
  #alert-message{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50%;
  }
  