/* line 1, C:/web/anet360_backend/web/scss/login_new.scss */
.login-bg-new {
  background-image: url("/images/login/anet-360-bg-new.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100vh !important;
}

/* line 10, C:/web/anet360_backend/web/scss/login_new.scss */
.login-input-new {
  position: relative;
  width: 100%;
  height: 46px;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #f0e7de;
  border-radius: 6px;
  background-color: rgba(240, 231, 222, 0.36);
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.02);
  -webkit-transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
  font-size: 16px;
  color: #0a0a0a;
}

/* line 30, C:/web/anet360_backend/web/scss/login_new.scss */
.input-label-new {
  font-size: larger !important;
  font-weight: 600 !important;
  color: #0a0a0a !important;
}

/* line 36, C:/web/anet360_backend/web/scss/login_new.scss */
.login-input-new:focus {
  outline: none;
  background-color: rgba(240, 231, 222, 0.2);
}

/* line 41, C:/web/anet360_backend/web/scss/login_new.scss */
.link-new {
  color: inherit;
  display: inline-block;
  padding: 10px 0 10px 0;
  font-size: 11px;
}

/* line 48, C:/web/anet360_backend/web/scss/login_new.scss */
.link-new:hover {
  color: inherit;
}

/* line 52, C:/web/anet360_backend/web/scss/login_new.scss */
.password-rec-bg-new {
  background-image: url("/images/login/password-recovery-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  background-position: left center;
}

/* line 60, C:/web/anet360_backend/web/scss/login_new.scss */
.register-email {
  background-color: rgba(65, 60, 59, 0.5) !important;
  color: #d5d9ee;
}

/* line 65, C:/web/anet360_backend/web/scss/login_new.scss */
.register-bg {
  background-image: url("/images/login/trainee-register-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 90vh !important;
  margin-top: 7rem;
}

/* line 73, C:/web/anet360_backend/web/scss/login_new.scss */
.register-checkbox {
  margin: 0 10px 0 0 !important;
  display: inline-block;
  vertical-align: text-top;
  width: 15px;
  height: 15px;
}

/* line 81, C:/web/anet360_backend/web/scss/login_new.scss */
.register-checkbox-label {
  padding-top: 12px;
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
}

/* line 87, C:/web/anet360_backend/web/scss/login_new.scss */
.error-page {
  min-height: 50vh;
}

@media screen and (max-width: 1199px) {
  /* line 92, C:/web/anet360_backend/web/scss/login_new.scss */
  .register-bg, .login-bg-new {
    display: none;
  }
}

/*# sourceMappingURL=../css/login_new.map */