#Easy3wMUserLayout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%;
}
#Easy3wMUserLayout .Easy3wMUserLayoutContent {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
