body {
    background: url('/static/images/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}


.level.fill-height {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
}

ul {
    list-style: none
}

.errorlist {
    list-style: none;
}
