#passwordForgotten.oprc-forgotten-password {
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(20, 37, 63, 0.12);
  padding: 36px;
  max-width: 520px;
  margin: 0 auto;
}

.oprc-forgotten-password__title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700;
  color: #111827;
}

.oprc-forgotten-password__description {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.6;
  color: #4a5568;
}

.oprc-forgotten-password__form .nmx-form-group {
  margin-bottom: 18px;
}

.oprc-forgotten-password__form label {
  font-size: 14px;
  line-height: 1.35;
  color: #111827;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.oprc-forgotten-password__form .nmx-form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 14px 16px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.oprc-forgotten-password__actions {
  margin-top: 8px;
}

.oprc-forgotten-password__actions .cssButton {
  align-items: center;
  background: #497C99;
  border: 0;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  padding: 0 12px;
  text-decoration: none;
  width: 100%;
}

.oprc-forgotten-password__actions .cssButton:hover,
.oprc-forgotten-password__actions .cssButton:focus {
  background: #3B6479;
}

.oprc-forgotten-password__actions .cssButton.is-processing {
  opacity: 0.6;
}

.oprc-forgotten-password-response {
  margin-bottom: 16px;
}

.oprc-forgotten-password-response .disablejAlert {
  margin-bottom: 0;
}

.oprc-forgotten-password__return {
  margin: 24px 0 0;
  text-align: center;
  font-size: 14px;
}

.oprc-forgotten-password__return-link {
  color: #3B6479;
  text-decoration: none;
  font-weight: 600;
}

.oprc-forgotten-password__return-link:hover,
.oprc-forgotten-password__return-link:focus {
  color: #497C99;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  #passwordForgotten.oprc-forgotten-password {
    padding: 28px 24px;
    border-radius: 16px;
  }

  .oprc-forgotten-password__title {
    font-size: 22px;
  }
}