.forgpass-container {
      max-width: 480px;
      width: 100%;
      background: #fff;
      padding: 60px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      /* justify-items: center; */
    }

    .btn-forgpass {
      background: orange;
      color: white;
    }
    .btn-forgpass:hover {
        background: orange;
      color: black;
    }