.login.login-1 .login-aside .aside-img {
  min-height: 450px;
  background-size: contain;
}

form {
  font-family: "Roboto Condensed", sans-serif;
}

.login-form input {
  height: 47px !important;
}

.bgi-position-x-center {
  background-position-x: center;
}

.bgi-position-y-bottom {
  background-position-y: bottom;
}

.bgi-no-repeat {
  background-repeat: no-repeat;
}

.envision-white-logo {
  text-align: left;
  margin-right: auto;
  padding-left: 25px;
  padding-top: 25px;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.envision-red-logo {
  text-align: center;
  display: block;
  margin: 2rem 0rem;
}

h3.welcome-title {
  font-size: 25px;
  margin-bottom: 25px;
}

#kt_login_signin_submit {
  background-color: #639f06;
  width: 101px;
  height: 48px;
  line-height: 0;
  border: none;
  font-size: 18px;
  font-weight: 400 !important;
}

.login-form.login-signin {
  width: 100%;
  padding: 15px;
  height: 100vh;
  padding-top: 5rem;
}

.form-group {
  position: relative;
}

.show {
  top: 16px;
  right: 15px;
  position: absolute;
  color: #619f32;
}

.login-aside {
  position: relative;
}

#registerBtn {
  width: 192px;
  height: 44px;
  border-radius: 2px;
  background-color: #efeff4;
  border: none;
  line-height: 0;
  color: #619f32;
  font-weight: 400 !important;
}

.fortgot-password,
.fortgot-password:hover {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #619f32;
  font-size: 14px;
}

.fortgot-password:hover {
  text-decoration: none;
}

.footer-links {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  color: #619f32;
  position: fixed;
  bottom: 10px;
  display: flex;
  justify-content: center;
}

.footer-links a {
  color: #619f32;
  display: inline-block;
  margin: 0 10px;
}

#nextFullBtn {
  width: 100%;
  border-radius: 2px;
  background-color: #639f06;
  border: none;
  line-height: 0;
  color: #fff;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 600px;
  }

  .login.login-1 .login-content {
    width: 100%;
    max-width: 410px;
  }

  #kt_login {
    position: absolute;
    width: 100%;
    /* height: 100%; */
  }

  .login-aside .aside-img {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .login-aside {
    margin-bottom: 30px;
  }

  .footer-links {
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
  }
  .envision-red-logo {
    text-align: center;
    display: block;
    margin: 2rem auto; /* Center horizontally and apply vertical margin */
    width: 200px;
  }
  h3.welcome-title {
    font-size: 18px;
  }

  /* .login-form.login-signin {
    width: 95%;
  } */
}
