.forget_page {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .forget_page .tips {
    font-size: 16px;
    padding: 20px 0;
  }
  .forget_submit {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .forget_from {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .forget_from_item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  }
  .forget_from_label {
    width: 120px;
    text-align: right;
    padding-right: 10px;
  }
  .forget_from_label span {
    color: red;
    padding-right: 6px;
  }
  ._input {
    margin-right: 20px;
    width: 238px;
  }

  