div.tx-nf-lkpassword {
  /*no bootstrap?*/
}
div.tx-nf-lkpassword ul.typo3-messages {
  list-style-type: none;
  padding: 0;
}
div.tx-nf-lkpassword .alert {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-radius: 2px;
}
div.tx-nf-lkpassword .alert ul {
  padding: 0 10px;
}
div.tx-nf-lkpassword .alert ul li p {
  margin: 0 !important;
  padding: 0 !important;
}
div.tx-nf-lkpassword .alert.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
div.tx-nf-lkpassword .alert.alert-info {
  background-color: #e5ebf0;
  border-color: #c8e3fa;
  color: #1a3145;
}
div.tx-nf-lkpassword .alert.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

div.tx-nf-lkpassword .form-group {
  position: relative;
}
div.tx-nf-lkpassword label {
  color: #888887;
  font-size: 10px;
  display: inline-block;
  width: 150px;
}
div.tx-nf-lkpassword input.form-control {
  width: 100%;
  height: 34px;
  padding: 8px;
  border: solid 1px #cccccc;
  color: #1a3145;
  font-size: 1.4rem;
}
div.tx-nf-lkpassword .btn-group {
  padding: 10px 0;
}
div.tx-nf-lkpassword .form-group {
  margin: 10px 0;
}
div.tx-nf-lkpassword #nf_lkpassword_show_pass {
  position: absolute;
  border: none;
  outline: none;
  background: none;
  right: 8px;
  top: 22px;
  color: #000;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 0px;
  box-shadow: none;
}
div.tx-nf-lkpassword #nf_lkpassword_show_pass:hover, div.tx-nf-lkpassword #nf_lkpassword_show_pass:focus, div.tx-nf-lkpassword #nf_lkpassword_show_pass:active {
  border: none;
  outline: none !important;
  text-decoration: none;
  background: none !important;
  color: #000;
  box-shadow: none;
}
div.tx-nf-lkpassword .space {
  display: inline-block;
  width: 150px;
}

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