body {
  max-width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
body #main-content {
  margin-left: 0 !important;
  height: 100vh;
}

.form-control-label {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
  .login-form-aps {
    width: 420px;
  }
}
.login-form-aps .show-pass {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  z-index: 10;
}
.login-form-aps .btn-login {
  width: 100%;
  text-align: center;
}
.login-form-aps .app_links {
  height: 40px;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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