/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('/static/img/s1.jpg');
  background-size: cover;
  background-position: center center;
}
