#forgot_password .error {
  color: #dd0000;
  margin: 5px;
  font-size: 0.9em;
}

#forgot_password .success {
  color: #0000dd;
  margin: 5px;
  font-size: 0.9em;
}

#forgot_password .max-width {
  width: 100%;
}

#forgot_password .btn-width {
  width: 150px;
}

.mgMobile {
  margin-top: 10px;
  margin-bottom: 10px;
}

.alignEnd {
  justify-content: flex-start !important;
  display: flex !important;
}

@media only screen and (min-width: 640px) {
  .mgMobile {
    margin-top: 48px;
    margin-bottom: 24px;
  }

  .alignEnd {
    justify-content: flex-end !important;
    display: flex !important;
  }
}
