/*.column {
  max-width: 450px;
}*/
.login-logo {
  width: 8em !important;
}

//:not(.ui[data-reactroot]),
//[data-reactroot] {
//  height: 100% !important;
//}

div#app:first-child {
  height: 100% !important;
}

.login-container{
	height: 100vh;
  overflow: hidden;
}

#app {
  height: 100%;
  overflow-y: hidden;
  background: white;

  .grid {
    height: 100%;
  }
}

.login-box {
  max-width: 450px;
}

.session-expired-message {
  margin-top: 20px;
  text-align: center;
  width: 130%;
  margin-left: -15%;
}
