body,
html {
  height: 100%;
  font-family: Poppins-Regular, sans-serif;
  background-color: #fff;
}
.limiter {
  width: 100%;
  margin: 0 auto;
  background: #ff8700;
  opacity: 1;
}
.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: 87vh; */
  height: 100vh;
  border-radius: 2px;
  position: relative;
}
.login100-more {
  background-repeat: no-repeat;
  background-position: center;
  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: #ff8700;
  background: -webkit-linear-gradient(#ff8700, #fff);
  background: -o-linear-gradient(#ff8700, #fff);
  background: -moz-linear-gradient(#ff8700, #fff);
  background: linear-gradient(#ff8700, #fff);
  opacity: 0.8;
}
.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
}
@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-area form {padding: 0px !important;}
  .login-area {margin-top: 30%;}
}

footer{position: fixed;bottom: 0; width: 100%;z-index: 99;}
.overflow-hidden{overflow: hidden;}
@media (max-width: 1023px){
  .logo {
    padding: 5px 10px 0 0px !important;
  }
}