@import "../core/core_admin";

html, body{
  min-height: 100%;
  height: 100%;
}

html{
  padding: 10px;
}

body{
  display: flex; 
}

.container{
  flex: 1;
  display: flex;
  align-items: center;
}


.message{
  @extend .din-regular;
  text-align: center;
}