.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%; 
  height: max-content;
  min-width: 300px;
  max-width: 400px;
  min-height: 300px;
  padding: 40px;
  background-color: #ffff;
}

html,body{
	background-image: url('/static/images/loginScreen.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
