    .illustration-section {
      flex: 1;
      background-color: #fffde7;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .form-section {
      background-color: #ffffff;
      padding: 2rem 3rem;
      align-items: center;
      justify-content: center;
    }
    .login-box {
      width: 100%;
      max-width: 400px;
    }
    .btn-google {
      background-color: #ffffff;
      border: 1px solid #ddd;
      color: #333;
    }


