body, html {
	height: 100%;
}

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-wrap: wrap;
}


.wrap-login100 {
  width: 520px;
  min-height: 100vh;
  background: #f8f9fa;
  border-radius: 2px;
  position: relative;
}

/*------------------------------------------------------------------
[ Login100 more ]*/
.login100-more {
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: calc(100% - 520px);
    position: relative;
    z-index: 1;
}

.login100-more::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: #e8519e;*/
  /*background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);*/
  /*background: -o-linear-gradient(bottom, #e8519e, #c77ff2);*/
  /*background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);*/
  /*background: linear-gradient(bottom, #e8519e, #c77ff2);*/
  opacity: 0.8;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
