/*$Id:$*/
/*$Id:$*/
/* line 89, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/_variables.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
  font-size: 93%;
}


/* line 93, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/_variables.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 93%;
}

/* line 97, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/_variables.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 93%;
}

/* line 101, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/_variables.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
  font-size: 93%;
}

/* line 133, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/_variables.scss */
.boxBg {
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 4, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-innerHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-bottom: 1px solid #e2e4e7;
}

/* line 12, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-innerHeader .adminLogo {
  max-width: 280px;
  margin: 10px 0;
  line-height: 30px;
}

/* line 16, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-innerHeader .adminLogo a {
  color: #000;
}

/* line 19, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-innerHeader .adminLogo .icon {
  top: 0;
  /*background: url(../img/logo-1.svg) no-repeat;*/
}

/* line 23, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-innerHeader .adminLogo:before {
  content: none;
}

/* line 29, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.header-descr {
  margin-bottom: 20px;
}

/* line 31, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.header-descr h2 {
  color: #000;
  line-height: 1;
  padding: 0;
  font-size: 28px;
  margin: 0 0 5px;
}

/* line 38, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.header-descr p {
  color: #4D4D4D;
}

/* line 43, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContainer {
  background: #fff;
  overflow: hidden;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

/* line 51, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContainer .pm-leftPanel, .pm-loginContainer .pm-rightPanel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1;
}

/* line 57, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContainer .pm-leftPanel {
  background-color: #f5f6f8;
  padding: 30px;
}

/* line 61, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContainer .pm-rightPanel {
  padding: 30px;
  position: relative;
}

/* line 68, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent {
  width: 420px;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* line 72, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .form-field {
  margin-bottom: 20px;
}

/* line 74, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .form-field input {
  padding: 12px 10px;
}

/* line 78, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .remember-field {
  float: left;
}

/* line 81, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .forgot-field {
  float: right;
}

/* line 84, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .form-btn-field {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}

/* line 88, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .form-btn-field .pm-btn {
  display: block;
  width: 100%;
  padding: 10px 12px;
}

/* line 94, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent a {
  color: #24B47E;
}

/* line 96, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent a:hover {
  color: #4D4D4D;
}

/* line 100, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.pm-loginContent .form-link {
  padding-top: 25px;
  display: inline-block;
  color: #4D4D4D;
}

/* line 107, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.footerTxt {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  color: #999;
}

/* line 114, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.footerTxt a {
  color: #24B47E;
}

/* line 116, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
.footerTxt a:hover {
  color: #4D4D4D;
}

@media only screen and (max-width: 767px) {
  /* line 123, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginWrapper {
    overflow-y: auto;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  /* line 129, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginContainer {
    display: inline-block;
    left: 0;
    right: 0;
    top: 64px;
    width: auto;
    padding: 30px;
    margin: 0;
    bottom: 0;
    overflow: auto;
    border-radius: 0;
  }
  /* line 140, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginContainer .pm-leftPanel, .pm-loginContainer .pm-rightPanel {
    display: block;
  }
  /* line 143, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginContainer .pm-leftPanel {
    display: none;
  }
  /* line 146, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginContainer .pm-rightPanel {
    padding: 0;
    position: relative;
  }
  /* line 152, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-innerHeader .adminLogo {
    margin: 15px auto;
  }
  /* line 155, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .pm-loginContent {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  /* line 160, /Applications/XAMPP/xamppfiles/htdocs/inventory/scss/login.scss */
  .footerTxt {
    position: static;
    bottom: 0;
    padding: 0 40px;
  }
}

/*# sourceMappingURL=../css/login.map */