@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-forgot-password {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 95%, black 95%, black 100%);
}
html.redesign.redesign-forgot-password body div#view div#content form h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: black;
  margin-bottom: 20px;
}
html.redesign.redesign-forgot-password body div#view div#content form p {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-forgot-password body div#view div#content form ol li label {
  color: black;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
html.redesign.redesign-forgot-password body div#view div#content form ol li input {
  font-family: "Poppins", sans-serif;
  border-radius: 0;
}
html.redesign.redesign-forgot-password body div#view div#content form ol li.actions input {
  cursor: pointer;
  background: blue;
  color: white;
}