.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: 0px auto 60px;
}

h3.welcome-title {
  font-size: 25px;
}

#kt_login_signin_submit {
  background-color: #619f32;
  width: 100%;
  height: 48px;
  line-height: 0;
  border: none;
  font-size: 18px;
  font-weight: 400 !important;
}

.login-form.login-signin {
  width: 100%;
}

.form-group {
  position: relative;
}

.show {
  top: 14px;
  right: 10px;
  position: absolute;
  color: #619f32;
}

.login-aside {
  position: relative;
}

@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;
  }
}
