.forgot-password-form-actions {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.confirm-btn {
  font-family: "Gotham";
  font-weight: 400;
  font-size: 20px;
  height: 50px;
  background-color: #b4d7eb;
  border-radius: 17px;
  border: none;
}
.forgot-title {
  height: 30px;
  margin-left: 26px;
  font-family: "Nord";
  font-weight: 700;
  line-height: 30px;
  color: #bed431;
  font-size: 25px;
}


.forgot-msg {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin-top: 25px;
  max-width: 364px;
  margin-bottom: 15px;
}

.forgot-title {
  height: 30px;
  margin-left: 26px;
  font-family: "Nord";
  font-weight: 700;
  line-height: 30px;
  color: #bed431;
  font-size: 25px;
}

@media (max-width: 768px) {
  .forgot-title {
    height: auto;
    font-size: 15px;
  }
}

@media (max-width: 512px) {
  .forgot-msg {
    margin-top: 30px;
  }
  
}
