#modal-forgotPassword .modal-wrapper {
  background-color: #FFFFFF;
  color: #000000;
}
#modal-forgotPassword .modal-wrapper .modal-wrapper-close {
  color: #0B0A0A;
}
#modal-forgotPassword .modal-wrapper .modal-wrapper-close:hover {
  color: #000000;
}
#modal-forgotPassword .modal-wrapper header {
  background-color: #CE8625;
  color: #0B0A0A;
  font-weight: bold;
  font-size: 1.1em;
  min-height: 45px;
  padding: 10px 30px 10px 10px;
}
#modal-forgotPassword .modal-wrapper article {
  color: #000000;
  padding: 0.9375rem;
}
#modal-forgotPassword .modal-wrapper article label {
  color: #000000;
}
#modal-forgotPassword .modal-wrapper article a {
  color: #CE8625;
}
#modal-forgotPassword .modal-wrapper article a:focus,
#modal-forgotPassword .modal-wrapper article a:active {
  color: #A8A8A8;
}
#modal-forgotPassword .modal-wrapper article a:hover,
#modal-forgotPassword .modal-wrapper article a.is-active {
  color: #A8A8A8;
}
#modal-forgotPassword .modal-wrapper nav {
  padding: 0 10px;
  margin: 1rem 0 0 0;
  text-align: right;
}
