.forgot_password_title h1 {
  color: #e00722;
  font-weight: bold;
}

.forgot_password_label {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 14px;
}
.forgot_password_button button {
  width: 100%;
}
.forgot_password_email input {
  width: 100%;
  height: 50px;
  border-radius: 6.60398px;
  border: 1px solid #000000;
  padding: 6px 20px;
  outline: none !important;
}
.forgot_password_email input::-moz-placeholder {
  font-family: "Manrope";
}
.forgot_password_email input::placeholder {
  font-family: "Manrope";
}
.forgot_password .status_change_password {
  border: 1px solid #368DA8;
  border-radius: 4px;
  background-color: #EBFCFF;
}
.forgot_password .status_change_password p {
  margin-bottom: 0px;
}
.forgot_password .status_change_password p img {
  margin-right: 10px;
  margin-left: 10px;
}
