﻿.prevent-elasticity {
  -webkit-overflow-scrolling: touch;
  height: 100vh;
}
.prevent-elasticity .lc-login-container {
  margin: 10em auto 5em auto;
  width: 25em;
  padding: 3em 5em;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}