body {
    background-color: #f4f7fc;
  }
  .container {
    margin-top: 50px;
    max-width: 500px;
  }
  .card {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .form-group input {
    border-radius: 10px;
  }
  .form-submit-btn {
    background-color: #4CAF50;
    color: white;
    border-radius: 10px;
    width: 100%;
  }