#forgot-password-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 400px;
  height: auto;
  padding: 15px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 14;
  border: 2px solid #d5c497;
}

#forgot-password-popup .close-popup {
  position: absolute;
  top: -16px;
  right: -16px;
  background-color: transparent;
  cursor: pointer;
  height: 30px;
  width: 30px;
}

#forgot-password-popup .close-popup img {
  width: 100%;
  height: 100%;
}

#forgot-password-popup .text {
  text-align: center;
  font-size: 16px;
}

#forgot-password-popup .field .in-text {
  border: solid 1px #d5c497;
  width: 100%;
  padding: 4px;
}

#forgot-password-popup .field .in-btn {
  border: solid 1px #d5c497;
  background-color: #d5c497;
  color: #ffffff;
  cursor: pointer;
  margin-top: 20px;
}
/*# sourceMappingURL=forgot-password-popup.css.map */